RFC6901 JSON Pointer implementation in OCaml using jsont
at e2fb0a664a58e9d89052e2e369f5397590efc07d 11 lines 194 B view raw
1{ 2 "database": { 3 "host": "localhost", 4 "port": 5432, 5 "credentials": { 6 "username": "admin", 7 "password": "secret" 8 } 9 }, 10 "features": ["auth", "logging", "metrics"] 11}