lnav/src/yajlpp
2022-07-07 22:13:18 -07:00
..
CMakeLists.txt [regex101] add an integration with regex101 2022-04-30 13:06:01 -07: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 [regex101] add an integration with regex101 2022-04-30 13:06:01 -07:00
json_ptr.hh [regex101] add an integration with regex101 2022-04-30 13:06:01 -07:00
Makefile.am [distclean] more files to remove 2021-09-07 22:39:39 -07:00
README.md [docs] some more README.md files 2021-02-07 21:30:02 -08:00
test_json_op.sh
test_json_ptr_walk.sh
test_json_ptr.cc [clang-format] init 2022-03-16 15:38:08 -07:00
test_yajlpp.cc [test_yajlpp] missed freeing the tree 2022-06-29 06:57:19 -07:00
yajlpp_def.hh [perf] fix some text file loading issues 2022-07-07 22:13:18 -07:00
yajlpp.cc [libs] bump fmt version 2022-07-06 22:19:39 -07:00
yajlpp.hh [perf] fix some text file loading issues 2022-07-07 22:13:18 -07:00

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.