RFC6901 JSON Pointer implementation in OCaml using jsont
at main 5 lines 120 B view raw
1(executable 2 (name jsonpp) 3 (public_name jsonpp) 4 (package json-pointer) 5 (libraries jsont jsont.bytesrw json_pointer))