1{ 2 "/answer/everything": 42, 3 "/happy": true, 4 "/list/0": 1, 5 "/list/1": 0, 6 "/list/2": 2, 7 "/name": "Niels", 8 "/nothing": null, 9 "/object/currency": "USD", 10 "/object/value": 42.99, 11 "/pi": 3.141 12} 13