You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/src/yajlpp
Tim Stack 2e09202ff5 [config] externalize file format detection 12 months ago
..
CMakeLists.txt [regex101] add an integration with regex101 2 years ago
Makefile.am use scnlib instead of sscanf/strtod 2 years ago
README.md [docs] some more README.md files 3 years ago
drive_json_op.cc [clang-format] init 2 years ago
drive_json_ptr_walk.cc [modernize] some more cleanups 2 years ago
json_op.cc [clang-format] init 2 years ago
json_op.hh [db] charting of JSON values was mistakenly limited to very short values 2 years ago
json_ptr.cc [config] externalize file format detection 12 months ago
json_ptr.hh [config] externalize file format detection 12 months ago
test_json_op.sh [build] some refactoring of files 5 years ago
test_json_ptr.cc [clang-format] init 2 years ago
test_json_ptr_walk.sh [build] some refactoring of files 5 years ago
test_yajlpp.cc [tutorial] some more nits 2 years ago
yajlpp.cc [config] externalize file format detection 12 months ago
yajlpp.hh [config] externalize file format detection 12 months ago
yajlpp_def.hh [config] externalize file format detection 12 months ago

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.