]> Dogcows Code - chaz/yoink/blob - yajl/test/cases/nulls_and_bools.json.gold
new classes; yajl library
[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.032173 seconds and 4 git commands to generate.