RFC6901 JSON Pointer implementation in OCaml using jsont
1(executable
2 (name test_pointer)
3 (libraries jsont jsont.bytesrw json_pointer))
4
5(cram
6 (deps test_pointer.exe
7 data/rfc6901_example.json
8 data/mutations.json
9 data/nested.json
10 data/nulls.json
11 data/booleans.json
12 data/unicode.json
13 data/numeric_keys.json
14 data/jmap_threads.json
15 data/jmap_emails.json))