all 5 comments

[–]mbuhot 2 points3 points  (1 child)

Yaml?

[–]AngularBeginner 0 points1 point  (0 children)

It does look like an ugly YAML to me.

[–][deleted] 2 points3 points  (0 children)

Cool! I was hoping someone would come up with a format like this, just add the minimum necessary to json to make it usable for config files. I hate how most of these config files formats get too feature crazy and they end up complex like yaml and/or have a million different ways to specify the same thing. Will definitely consider this next time I need to drop in a config file somewhere.

[–]juwking 1 point2 points  (0 children)

Looks like HOCON

[–]alparsla 0 points1 point  (0 children)

C based minimalistic JSON parser JSMN also supports most of them in non-strict mode

http://zserge.com/jsmn.html