{"name":"json_pointer_extract","title":"JSON Pointer (RFC 6901) Extractor","category":"developer","description":"Resolve an RFC 6901 JSON Pointer against a JSON document and return the referenced value.","price_usd":0.001,"input_schema":{"type":"object","properties":{"document":{"type":["object","array","string","number","boolean","null"],"description":"JSON document to resolve the pointer against"},"pointer":{"type":"string","description":"RFC 6901 JSON Pointer string (e.g. '/foo/0'; '' means the whole document)"}},"additionalProperties":false,"required":["document","pointer"]}}