index
:
jsonpath
master
JSON parsing utility
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-02-03
matcher: fix segfault with subscript on non-array element
Jo-Philipp Wich
2016-02-03
contrib: add ParseTrace prototype to parser skeleton
Jo-Philipp Wich
2015-10-27
cli: prevent segfault if input file failed to open
Jo-Philipp Wich
2014-06-19
cli: implement limit flag
Jo-Philipp Wich
2014-06-19
matcher.c: properly handle negative array indizes
Jo-Philipp Wich
2014-06-19
cli: add a flag to specify arbritary field separators
Jo-Philipp Wich
2014-06-18
Improve error reporting
Jo-Philipp Wich
2014-06-18
cli: minor whitespace fix
Jo-Philipp Wich
2014-06-15
Switch to sqlite3's lemon parser generator.
Jo-Philipp Wich
2014-06-13
build: use -ffunction-sections and --gc-sections
Jo-Philipp Wich
2014-01-06
cli: supress printing "null" in non-export mode, output strings unescaped
Jo-Philipp Wich
2014-01-02
Update copyright
Jo-Philipp Wich
2014-01-01
parser: fix error reporting
Jo-Philipp Wich
2014-01-01
lexer, parser, matcher: extend grammar to allow comma separated keys/indexes as more readable alternative to or expressions
Jo-Philipp Wich
2014-01-01
cli: gather all found items through a callback function
Jo-Philipp Wich
2014-01-01
matcher: add user callback and support implicit index/key compares
Jo-Philipp Wich
2013-12-31
lexer: accept single quoted string literals
Jo-Philipp Wich
2013-12-29
parser: fix order of declarations
Jo-Philipp Wich
2013-12-29
cli: implemnt -s flag to pass json source as string argument
Jo-Philipp Wich
2013-12-29
cli: additional flags and cleanup
Jo-Philipp Wich
2013-12-29
parser: change exitcode in case of oom errors
Jo-Philipp Wich
2013-12-29
Amend gitignore
Jo-Philipp Wich
2013-12-29
Add gitignore file
Jo-Philipp Wich
2013-12-29
eliminate global variables and use a private parser/lexer state
Jo-Philipp Wich
2013-12-29
cmake: let generated lexer.c, parser.c depend on their respective source files, clean generated headers
Jo-Philipp Wich
2013-12-28
Remove generated files
Jo-Philipp Wich
2013-12-28
Initial commit
Jo-Philipp Wich