(no title)
vasilvv | 1 year ago
Both JSON (as defined in the RFC) and JSON5 have a nice property of being well-defined, meaning that you can use different libraries in different languages on different platforms to parse them, and expect the same result. "JSON but parser behaves reasonably (as defined by the speaker)" does not have this property.
donatj|1 year ago
avmich|1 year ago
"Despite the clarifications they bring, RFC 7159 and 8259 contain several approximations and leaves many details loosely specified."
hinkley|1 year ago
And Gruber wouldn’t give Jeff Atwood permission to call his variant <something> Markdown, or it seems anybody else, so we ended up with CommonMark, and GFM.
Json5 is good for JSON at rest, as others have mentioned already.