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
Timothy Stack 19fd336e9a [formats] add logfmt 3 years ago
..
Makefile.am [distclean] more files to remove 3 years ago
README.md [docs] some more README.md files 3 years ago
drive_json_op.cc [leak] fix leak of yajl error msgs 4 years ago
drive_json_ptr_walk.cc [build] some refactoring of files 5 years ago
json_op.cc [build] some refactoring of files 5 years ago
json_op.hh [nits] fix some naming issues 4 years ago
json_ptr.cc [keymap] add a french keymap 4 years ago
json_ptr.hh [leak] fix leak of yajl error msgs 4 years ago
test_json_op.sh [build] some refactoring of files 5 years ago
test_json_ptr.cc [build] some refactoring of files 5 years ago
test_json_ptr_walk.sh [build] some refactoring of files 5 years ago
test_yajlpp.cc [config] add configs directory 4 years ago
yajlpp.cc [remote] add some config options and remove the copied tailer binary 3 years ago
yajlpp.hh [formats] add logfmt 3 years ago
yajlpp_def.hh [build] fix some 32-bit build issues 3 years 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.