Show HN: TOML Support for Kotlinx.serialization

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Multiplatform TOML library with builtin support for kotlinx.serialization

  • 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.

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Napier VS tinylog - a user suggested alternative

    2 projects | 22 Jun 2023
  • Compose Rich Text Editor 0.2.0 released, with a lot of new features

    1 project | /r/Kotlin | 22 May 2023
  • React native vs flutter vs native (Kotlin) for a newbie programmer

    1 project | /r/Kotlin | 30 Jan 2023
  • Multiplatform Settings 1.0.0

    1 project | dev.to | 14 Jan 2023
  • Looking toward Multiplatform Settings 1.0.0

    1 project | dev.to | 24 Jul 2022