Type | Description |
---|---|
Document: | `Array |
Array: | `Comment? [Value? (, |
Object: | Comment? { ObjectValue } |
ObjectValue: | `(Key: Value)? (, |
Value: | `Object |
Key: | `Comment? [a-zA-Z0-9-_+]+ |
String: | `Comment? ('.*' |
Number: | Comment? -?\d*.\d*(e-?\d+) |
Boolean: | `Comment? true |
Comment: | `//.*\n |
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.