RFC6901 JSON Pointer implementation in OCaml using jsont
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 11 lines 153 B view raw
1{ 2 "a": { 3 "b": { 4 "c": { 5 "d": "deep value" 6 } 7 } 8 }, 9 "arr": [[1, 2], [3, 4]], 10 "mixed": { "list": [{"x": 1}, {"y": 2}] } 11}