Hasty Briefsbeta

Show HN: KSON, a love-letter to the humans maintaining computer configuration

a day ago
  • #YAML
  • #KSON
  • #JSON
  • KSON combines the strengths of YAML and JSON.
  • KSON files are easy to read, edit, and debug without whitespace or comma issues.
  • YAML struggles with whitespace sensitivity, poor error feedback, and opaque features.
  • JSON has issues like excessive quotes, no comments, strict comma rules, and complex nested structures.
  • KSON offers readability like YAML and robustness like JSON.
  • KSON supports three formats: Plain (YAML-like), Delimited (explicit brackets), and Compact (minified).