JSON Grammar

value string | number | object | array | true | false | null
object { (field % ,) }
field string : value
array [ (value % ,) ]