Skip to content

Commit 3aa8122

Browse files
authored
Updating the list of format with 'ktoml' project (#1595)
1 parent f305d70 commit 3aa8122

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

formats/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ This library allows serialization and deserialization of objects to and from [Av
5858

5959
Allows serialization and deserialization of objects to and from [BSON](https://docs.mongodb.com/manual/reference/bson-types/).
6060

61+
### Ktoml
62+
* GitHub repo: [akuleshov7/ktoml](https://github.com/akuleshov7/ktoml)
63+
* Artifact ID: `com.akuleshov7:ktoml-core`
64+
* Platforms: multiplatform, all Kotlin supported platforms
65+
66+
Fully Native and Multiplatform Kotlin serialization library for serialization/deserialization of TOML format.
67+
This library contains no Java code and no Java dependencies and it implements multiplatform parser, decoder and encoder of TOML.
68+
6169
### Minecraft NBT (Multiplatform)
6270

6371
* GitHub repo: [BenWoodworth/knbt](https://github.com/BenWoodworth/knbt)

0 commit comments

Comments
 (0)