I like this. I also like yaml, I’ve had very few issues with it and it’s nicer to work with than json.

Json’s lack of support for trailing commas and comments makes it very annoying for everyday use.

Significant white-space is bullshit and i will die on this hill.
Yeah I just want JSON with optionally quoted keys, and comments.
Commas (at least the trailing ones), comments, and nothing else. JSON with type inference seems like an incredibly bad idea…