Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 586 Bytes

File metadata and controls

11 lines (9 loc) · 586 Bytes

Jsonpath

A Jsonpath implementation for JsonCpp.

Using Jsonpath in your project

You should first compile the lemon parser generator lemon.c for your system. The rule file parser.y and the template file lempar.c should be placed in the same directory as the executable. Next you can create parser.c with the following command: ./lemon parser.y See https://www.sqlite.org/src/doc/trunk/doc/lemon.html for more details.

License

See the LICENSE file for details. In summary, Jsonpath is licensed under the MIT license, or public domain if desired and recognized in your jurisdiction.