Differences between revisions 5 and 11 (spanning 6 versions)
Revision 5 as of 2025-05-22 05:28:26
Size: 1967
Editor: SamatJain
Comment:
Revision 11 as of 2026-04-03 00:36:50
Size: 2840
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== General ==

 * [[https://github.com/oriontvv/convfmt|convfmt]]: converts between JSON any many other formats (incl. HOCON as of 0.18)
 * [[https://github.com/alceal/jty-converter|jty-converter]]: converts between JSON/TOML/YAML
Line 3: Line 8:
 * [[https://blog.ometer.com/2015/09/07/json-like-config-a-spectrum-of-underoverengineering/|Introduction]], with comparison to other formats
Line 15: Line 21:
 * [[https://github.com/maoertel/hoconvert|hoconvert]]: Rust-based HOCON converter
Line 18: Line 26:
 * Dhall  * [[https://dhall-lang.org/|Dhall]]
Line 20: Line 28:
 * [[Cue|https://cuelang.org/]]
Line 49: Line 58:

== Starlark (formerly Skylark) ==

 * Rust version of Starlark used in Buck2 supports type annotations, LSP. [[https://news.ycombinator.com/item?id=42370045|Ref]], [[https://github.com/facebook/buck2/tree/main/starlark-rust/vscode|Ref 2]]
 * [[https://news.ycombinator.com/item?id=42370056|Example of using the Result library in Starlark]]

General

  • convfmt: converts between JSON any many other formats (incl. HOCON as of 0.18)

  • jty-converter: converts between JSON/TOML/YAML

HOCON (Human-Optimized Config Object Notation)

Others

HCL

TOML

YAML

Hjson

ucl (Universal Configuration Language)

nginx conf

KDL

Starlark (formerly Skylark)

SamatsWiki: ConfigurationLanguages (last edited 2026-04-03 00:36:50 by SamatJain)