Skip to content

Cortronic/Jsonpath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a C++ jsonpath implementation with JsonCpp, inspired by Jo-Philipp Wich

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors