Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (12 loc) · 497 Bytes

SPEC.md

File metadata and controls

13 lines (12 loc) · 497 Bytes
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