A Jsonpath implementation for JsonCpp.
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.
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.