sgsfak / c-ocgeo

A C99 library for accessing the OpenCage geocoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use JSON Pointer for the JSON traversing API

sgsfak opened this issue · comments

JSON Pointer is described in RFC6901 and uses '/' as the separator between tokens. A path should also start with the same '/' character.