tomlkt

Multiplatform TOML library with builtin support for kotlinx.serialization (by Peanuuutz)

Tomlkt Alternatives

Similar projects and alternatives to tomlkt based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better tomlkt alternative or higher similarity.

tomlkt reviews and mentions

Posts with mentions or reviews of tomlkt. We have used some of these posts to build our list of alternatives and similar projects.
  • Show HN: TOML Support for Kotlinx.serialization
    1 project | news.ycombinator.com | 19 May 2022
    Hello folks, recently I've updated my kotlinx.serialization plugin which focuses on TOML, a configuration file format. I'd like to post it on HN for more feedbacks. :)

    This library works much like the official JSON format, where you use Toml as entrypoint, Toml.encodeToString to encode almost any data structures (if is custom class then @Serializable is needed for sure) into TOML-file-like strings, and decodeFromString to reverse the process. In addition, Toml.parseToTomlTable allows you to just parse the TOML-file-like strings into TomlTable, which behaves like JsonObject from the official JSON as well. Then you could access each entry by key like myConfig["version"]. For more information, check out https://github.com/Peanuuutz/tomlkt.

  • TOML support for kotlinx.serialization!
    1 project | /r/Kotlin | 22 Apr 2022
    For more information, have a look at the repo: https://github.com/Peanuuutz/tomlkt.

Stats

Basic tomlkt repo stats
2
105
8.5
4 months ago

Peanuuutz/tomlkt is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of tomlkt is Kotlin.

Popular Comparisons


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com