oweals/jsonpath.git
2016-06-01 Jo-Philipp... cli: properly format 64bit values
2016-05-24 Jo-Philipp... parser: allow root path specifications
2016-02-03 Karl Palssonmain: Add basic help output
2016-02-03 Jo-Philipp... matcher: fix segfault with subscript on non-array element
2016-02-03 Jo-Philipp... contrib: add ParseTrace prototype to parser skeleton
2015-10-27 Jo-Philipp... cli: prevent segfault if input file failed to open
2014-06-19 Jo-Philipp... cli: implement limit flag
2014-06-19 Jo-Philipp... matcher.c: properly handle negative array indizes
2014-06-19 Jo-Philipp... cli: add a flag to specify arbritary field separators
2014-06-18 Jo-Philipp... Improve error reporting
2014-06-18 Jo-Philipp... cli: minor whitespace fix
2014-06-15 Jo-Philipp... Switch to sqlite3's lemon parser generator.
2014-06-13 Jo-Philipp... build: use -ffunction-sections and --gc-sections
2014-01-06 Jo-Philipp... cli: supress printing "null" in non-export mode, output...
2014-01-02 Jo-Philipp... Update copyright
2014-01-01 Jo-Philipp... parser: fix error reporting
2014-01-01 Jo-Philipp... lexer, parser, matcher: extend grammar to allow comma...
2014-01-01 Jo-Philipp... cli: gather all found items through a callback function
2014-01-01 Jo-Philipp... matcher: add user callback and support implicit index...
2013-12-31 Jo-Philipp... lexer: accept single quoted string literals
2013-12-29 Jo-Philipp... parser: fix order of declarations
2013-12-29 Jo-Philipp... cli: implemnt -s flag to pass json source as string...
2013-12-29 Jo-Philipp... cli: additional flags and cleanup
2013-12-29 Jo-Philipp... parser: change exitcode in case of oom errors
2013-12-29 Jo-Philipp... Amend gitignore
2013-12-29 Jo-Philipp... Add gitignore file
2013-12-29 Jo-Philipp... eliminate global variables and use a private parser...
2013-12-29 Jo-Philipp... cmake: let generated lexer.c, parser.c depend on their...
2013-12-28 Jo-Philipp... Remove generated files
2013-12-28 Jo-Philipp... Initial commit