lnav/src/yajlpp
Tim Stack 057be8c66d [lint] fix some coverity/clang-tidy issues 2022-10-05 12:28:29 -07:00
..
CMakeLists.txt [regex101] add an integration with regex101 2022-04-30 13:06:01 -07:00
Makefile.am use scnlib instead of sscanf/strtod 2022-07-28 23:31:58 -07:00
README.md [docs] some more README.md files 2021-02-07 21:30:02 -08:00
drive_json_op.cc [clang-format] init 2022-03-16 15:38:08 -07:00
drive_json_ptr_walk.cc [modernize] some more cleanups 2022-03-31 08:59:33 -07:00
json_op.cc [clang-format] init 2022-03-16 15:38:08 -07:00
json_op.hh [db] charting of JSON values was mistakenly limited to very short values 2022-07-06 21:10:23 -07:00
json_ptr.cc [lint] fix some coverity/clang-tidy issues 2022-10-05 12:28:29 -07:00
json_ptr.hh [regex101] add an integration with regex101 2022-04-30 13:06:01 -07:00
test_json_op.sh [build] some refactoring of files 2019-05-08 05:30:59 -07:00
test_json_ptr.cc [clang-format] init 2022-03-16 15:38:08 -07:00
test_json_ptr_walk.sh [build] some refactoring of files 2019-05-08 05:30:59 -07:00
test_yajlpp.cc [tutorial] some more nits 2022-08-29 10:22:23 -07:00
yajlpp.cc [yajlpp] flesh things out a bit more 2022-10-04 21:17:01 -07:00
yajlpp.hh [yajlpp] flesh things out a bit more 2022-10-04 21:17:01 -07:00
yajlpp_def.hh [lint] fix some coverity/clang-tidy issues 2022-10-05 12:28:29 -07:00

README.md

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.