Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/jshn.c
AgeCommit message (Expand)Author
2020-01-20jshn: prefer snprintf usagePetr Štetiar
2019-11-24jshn: fix missing usage for -p and -o argumentsPetr Štetiar
2019-11-24jshn: fix off by one in jshn_parse_filePetr Štetiar
2019-11-24jshn: jshn_parse: fix leaks of memory pointed to by 'obj'Petr Štetiar
2019-11-24jshn: main: fix leak of memory pointed to by 'vars'Petr Štetiar
2019-11-24jshn: refactor main into smaller piecesPetr Štetiar
2019-10-21libubox, jshn: add option to write output to a fileRoman Yeryomin
2018-04-07jshn: fix format string for int64 typeFelix Fietkau
2018-01-22jshn: add functionality to read big JSONChristian Beier
2018-01-07jshn: properly support JSON "null" typeJo-Philipp Wich
2017-11-06jshn: read and write 64-bit integersChristian Beier
2016-06-26Fix various memory management issuesMatthias Schiffer
2016-03-05jshn: use an avl tree for env variables to speed up processing of bigger json...Felix Fietkau
2014-12-11jshn: add error handling and fix memory leak in jshn_format().Yousong Zhou
2014-11-23jshn: shorten JSON_VAR to J_VFelix Fietkau
2014-11-23jshn: shorten variable names to speed up processingFelix Fietkau
2014-09-23avoid using the deprecated is_error() function from json-cFelix Fietkau
2014-08-04jshn: pretty print indented output with jshn -i -wJohn Crispin
2013-03-17jshn: add support for the double datatypeFelix Fietkau
2013-03-05add pkgconfig support for json-cThomas Gstädtner
2013-01-13jshn: add copyright infoFelix Fietkau
2012-12-16jshn: add support for namespacesFelix Fietkau
2011-09-11jshn: support using characters in elements that do not conform to shell varia...Felix Fietkau
2011-08-12change the include path for list.h in jshn.cFelix Fietkau
2011-05-31jshn: add an option for printing the json data without a terminating newlineFelix Fietkau
2011-05-24add jshnFelix Fietkau