list_compat.h: remove list_init_head()
[project/libubox.git] / sh /
2014-02-02 Felix Fietkaujshn: drop json_select warnings when called from json_g...
2013-12-10 Jo-Philipp Wichjshn: add ability to pass default values to json_get_va...
2013-12-02 Felix Fietkaujshn: in json_get_values(), handle json_select errors
2013-12-01 Felix Fietkaujshn: optimize the shell code some more
2013-10-30 Felix Fietkaujshn: refactor _jshn_append to require fewer evals
2013-10-30 Felix Fietkaujshn: improve performance by getting rid of unnecessary...
2013-10-30 Felix Fietkaujshn: do not export SEQ_*
2013-10-30 Felix Fietkaujshn: get rid of the table stack, use the UP_* variable...
2013-10-30 Felix Fietkaujshn: reduce the number of appends to the cleanup list...
2013-10-29 Felix Fietkaujshn: allow json_get_keys/values to refer to the curren...
2013-10-29 Felix Fietkaujshn: add json_get_values (useful for arrays)
2013-10-19 Felix Fietkaujshn: add json_get_keys()
2013-03-16 Felix Fietkaujshn: add support for the double datatype
2013-01-17 Luka Perkovrename internal variables in json_get_type
2013-01-04 Luka Perkovsanitize json_get_type function
2012-12-18 Felix Fietkaujshn: fix check to reset array sequence counters on...
2012-12-17 Jo-Philipp Wichjshn: introduce json_is_a() convenience function to...
2012-12-16 Felix Fietkaujshn: fix array handling
2012-12-16 Felix Fietkaujshn: fix some variable handling regressions
2012-12-16 Felix Fietkaujshn: add support for namespaces
2012-05-30 Jo-Philipp Wichsh/jshn.sh: fix json_get_var() and json_get_type()...
2012-05-29 Jo-Philipp Wichsh/jshn.sh: replace "tr" calls with inline substitution...
2012-05-29 Jo-Philipp Wichsh/jshn.sh: replace "tr" calls with inline substitution...
2012-05-17 Felix Fietkaush/jshn.sh: fix allowing numbers in identifiers
2012-05-16 Jo-Philipp Wichsh/jshn.sh: allow numbers in identifiers for json_get_var()
2012-05-13 Felix Fietkaujshn.sh: add json_get_vars() wrapper function
2011-09-11 Felix Fietkausame for json_get_var
2011-09-11 Felix Fietkaujshn: support using characters in elements that do...
2011-08-11 Felix Fietkaujshn: clear more variables on json_init, fix adding...
2011-05-31 Felix Fietkaujshn: add an option for printing the json data without...
2011-05-23 Felix Fietkaujshn: fix invalid variable reuse
2011-05-23 Felix Fietkaujshn: do not use -n on export
2011-05-23 Felix Fietkauadd jshn