tomlkt VS 4koma

Compare tomlkt vs 4koma and see what are their differences.

tomlkt

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

4koma

A TOML 1.0 parser library for Kotlin (by valderman)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tomlkt 4koma
2 4
107 72
- -
8.5 0.0
5 months ago 11 months ago
Kotlin Kotlin
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tomlkt

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.

4koma

Posts with mentions or reviews of 4koma. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-10.
  • Konbini: a new multiplatform parser library
    4 projects | /r/Kotlin | 10 Oct 2022
    As part of my efforts to take 4koma multiplatform, I needed a decent parser library to replace ANTLR. I didn't find one, so I created Konbini.
  • 4koma, the awesomest TOML library, hits version 1.0.1
    2 projects | /r/Kotlin | 19 Apr 2022
    Check it out over at GitHub if you're in need of some TOML processing: https://github.com/valderman/4koma
  • 4koma 0.4.0 released
    1 project | /r/Kotlin | 17 Dec 2021
    I just released version 0.4.0 of 4koma, a spec-compliant, no-nonsense TOML library for Kotlin/JVM. The big highlight of this release is that 4koma now supports serialization of TOML documents and decoding of arbitrary types into TOML.
  • Announcing 4koma, a new TOML library for Kotlin
    1 project | /r/Kotlin | 2 Dec 2021
    I needed a TOML library for a private project but wasn't happy with the current alternatives (all of them are either missing crucial features or has an "everything but the kitchen sink" philosophy I don't particularly like), so I wrote my own: https://github.com/valderman/4koma

What are some alternatives?

When comparing tomlkt and 4koma you can also consider the following projects:

codecv - Manage your resume as structured data: CV format specification and tools to manage CV documents.

kotlin-shell - Tool for performing shell-like programing in Kotlin

kotlin - The Kotlin Programming Language.

jackson-dataformat-csv - Uber-project for (some) standard Jackson textual format backends: csv, properties, yaml (xml to be added in future)

Turtle 🐢 - Run shell commands from Kotlin scripts, apps or Gradle tasks with ease.

parsec - A monadic parser combinator library

better-parse - A nice parser combinator library for Kotlin

konbini - Parser library for Kotlin

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured