json5-spec
json5-spec copied to clipboard
The JSON5 Data Interchange Format
Wanted the acknowledge the importance of this project. My team switched our product to JSON5 to simplify data entry for complex data objects by business users (professional - without development...
First, thanks for all your hard and continuing work on this spec! I'm finding the specification of Number syntax a bit unclear, though, with respect to trailing decimal points in...
I am thinking about adding support for JSON5 in a programming language that doesn't have NaN as a numeric value (operations that would produce it cause an exception instead). Is...
So my current problem is definition of hexadecimal number system. The [specs](https://spec.json5.org/#numbers) say: > Hexadecimal numbers contain the literal characters 0x or 0X that may be prefixed with an optional...
When I read the spec, there is one point I found somewhat unclearly specified: are identifiers in object keys meant to be a short-hand for strings, or something that should...
## Problem Difficulties I often encounter when writing json: What properties can be configured in this configuration file? What type of value does a property require? What does this attribute...