summaryrefslogtreecommitdiff
path: root/jcnf/yajl/cases/nulls_and_bools.json.gold
blob: 8dc173cbe75da5e7ecd3909dd80c27762bade3db (plain)
1
2
3
4
5
6
7
8
map open '{'
key: 'boolean, true'
bool: true
key: 'boolean, false'
bool: false
key: 'null'
null
map close '}'