lnav/src/yajlpp
Tim Stack 3e49915ef2 [tests] fix :export-session-to test
Also, fix some regex101 import bitrot
2023-08-15 09:52:54 -07:00
..
CMakeLists.txt
drive_json_op.cc
drive_json_ptr_walk.cc
json_op.cc
json_op.hh
json_ptr.cc [config] externalize file format detection 2023-07-09 10:11:10 -07:00
json_ptr.hh [config] externalize file format detection 2023-07-09 10:11:10 -07:00
Makefile.am use scnlib instead of sscanf/strtod 2022-07-28 23:31:58 -07:00
README.md
test_json_op.sh
test_json_ptr_walk.sh
test_json_ptr.cc
test_yajlpp.cc [tutorial] some more nits 2022-08-29 10:22:23 -07:00
yajlpp_def.hh [tests] fix :export-session-to test 2023-08-15 09:52:54 -07:00
yajlpp.cc [iwyu] more include cleanup 2023-08-05 22:26:00 -07:00
yajlpp.hh [tidy] use factory_container for theme highlights 2023-07-25 20:45:12 -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.