Specification
- File Extension
- rjson | rrjson
- Comments
- Java/Javascript style single-line and multi-line comments are supported.
- Commas
- Optional between array items and object pairs. Final trailing commas are allowed.
- Quotes
- Single, double and backtick matching quotes are allowed. Quotes are optional if key is a simple-key or value is a simple-value.
- Simple-Key
- No reserved characters unless escaped. No comment starters.
- Simple-Value
- No reserved characters unless escaped. No comment starters. No reserved words.
- Reserved Characters
- [ ] { } : , " ' ` whitespace
- Reserved Words
- true false null parsable_numbers
- Comment Starters
- /* //
- Parsable Number
- /^[+-]?\d*.?\d+(?:[Ee][+-]?\d+)?$/
- Multiline Strings
- Quoted strings having lines ending with '\'
- Escape Character
- \
This site is StackEditPro enabled.