implement POSIX regexp support
[oweals/jsonpath.git] / main.c
2018-02-04 Jo-Philipp Wichmain: implement array mode
2016-06-07 Jo-Philipp Wichtreewide: replace jow@openwrt.org with jo@mein.io
2016-06-01 Jo-Philipp Wichcli: properly format 64bit values
2016-02-03 Karl Palssonmain: Add basic help output
2015-10-27 Jo-Philipp Wichcli: prevent segfault if input file failed to open
2014-06-19 Jo-Philipp Wichcli: implement limit flag
2014-06-19 Jo-Philipp Wichcli: add a flag to specify arbritary field separators
2014-06-18 Jo-Philipp WichImprove error reporting
2014-06-18 Jo-Philipp Wichcli: minor whitespace fix
2014-06-15 Jo-Philipp WichSwitch to sqlite3's lemon parser generator.
2014-01-06 Jo-Philipp Wichcli: supress printing "null" in non-export mode, output...
2014-01-02 Jo-Philipp WichUpdate copyright
2014-01-01 Jo-Philipp Wichcli: gather all found items through a callback function
2013-12-29 Jo-Philipp Wichcli: implemnt -s flag to pass json source as string...
2013-12-29 Jo-Philipp Wichcli: additional flags and cleanup
2013-12-29 Jo-Philipp Wicheliminate global variables and use a private parser...
2013-12-28 Jo-Philipp WichInitial commit