mirror of
https://github.com/tstack/lnav
synced 2024-11-15 18:13:10 +00:00
.. | ||
CMakeLists.txt | ||
drive_json_op.cc | ||
drive_json_ptr_walk.cc | ||
json_op.cc | ||
json_op.hh | ||
json_ptr.cc | ||
json_ptr.hh | ||
Makefile.am | ||
README.md | ||
test_json_op.sh | ||
test_json_ptr_walk.sh | ||
test_json_ptr.cc | ||
test_yajlpp.cc | ||
yajlpp_def.hh | ||
yajlpp.cc | ||
yajlpp.hh |
YAJLPP
This directory contains a C++ adapter for the YAJL JSON library. The adapter provides a usage model that is based around client code mapping internal data structures to a JSON schema.