<https://github.com/falkreon/Jankson> its a mix of...
# announcements
n
https://github.com/falkreon/Jankson its a mix of hjson and JSON5
s
that is, indeed, some Certified Jank™
n
i quite like it.. mainly for the comments, unquoted keys and the fact that it allows users some freedom, especially better than making users write json
d
Isn't that the idea of Hocon (there's also a parser for it)?
s
also TOML
also I mean, the lack of freedom means a relatively straightforward parser
you ever try to handle YAML?
I don’t think I’ve ever used a parser that implements the spec in entirety
n
and thats one other reason why falk made jankson.. its so much smaller than those complicated format parsers..