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 b33713904e [schemas] anchor patterns in the config/format json schemas
Also, add a check-local that runs a third-party validator
on the builtin configs/formats.
3 months ago
..
CMakeLists.txt [cmds] add command for setting a default time zone 10 months ago
Makefile.am [:set-file-timezone] flesh out this command some more 10 months 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 [anchor] fix anchors for json files 5 months ago
json_ptr.hh [anchor] fix anchors for json files 5 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 [schemas] anchor patterns in the config/format json schemas 3 months ago
yajlpp.hh [docs] mention timezone stuff 10 months ago
yajlpp_def.hh [docs] mention timezone stuff 10 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.