]> Dogcows Code - chaz/yoink/blob - yajl/test/cases/nulls_and_bools.json.gold
51f990ba8ed94b55f727add9e1a4898395ceb8e6
[chaz/yoink] / yajl / test / cases / nulls_and_bools.json.gold
1 map open '{'
2 key: 'boolean, true'
3 bool: true
4 key: 'boolean, false'
5 bool: false
6 key: 'null'
7 null
8 map close '}'
9 memory leaks: 0
This page took 0.032533 seconds and 3 git commands to generate.