RFC6901 JSON Pointer implementation in OCaml using jsont
1{
2 "accountId": "A1",
3 "state": "123456",
4 "list": [
5 {
6 "id": "msg1023",
7 "threadId": "trd194",
8 "from": [{"email": "alice@example.com"}],
9 "subject": "Hello"
10 },
11 {
12 "id": "msg223",
13 "threadId": "trd114",
14 "from": [{"email": "bob@example.com"}],
15 "subject": "Re: Project"
16 },
17 {
18 "id": "msg110",
19 "threadId": "trd99",
20 "from": [{"email": "carol@example.com"}],
21 "subject": "Meeting"
22 }
23 ],
24 "notFound": []
25}