Follow

@thor

Have you tried HJSON? hjson.github.io/

I personally stick to YAML because it's very readable but at the same time allows advanced features such as internal references:

dupa: &id1
field1: some
field2: data
xxx: *id1