summaryrefslogtreecommitdiff
path: root/jshn.c
Commit message (Expand)AuthorAgeFilesLines
* jshn: prefer snprintf usagePetr Štetiar2020-01-201-7/+9
* jshn: fix missing usage for -p and -o argumentsPetr Štetiar2019-11-241-1/+1
* jshn: fix off by one in jshn_parse_filePetr Štetiar2019-11-241-1/+1
* jshn: jshn_parse: fix leaks of memory pointed to by 'obj'Petr Štetiar2019-11-241-0/+3
* jshn: main: fix leak of memory pointed to by 'vars'Petr Štetiar2019-11-241-0/+3
* jshn: refactor main into smaller piecesPetr Štetiar2019-11-241-39/+68
* libubox, jshn: add option to write output to a fileRoman Yeryomin2019-10-211-4/+14
* jshn: fix format string for int64 typeFelix Fietkau2018-04-071-1/+2
* jshn: add functionality to read big JSONChristian Beier2018-01-221-2/+33
* jshn: properly support JSON "null" typeJo-Philipp Wich2018-01-071-3/+8
* jshn: read and write 64-bit integersChristian Beier2017-11-061-2/+2
* Fix various memory management issuesMatthias Schiffer2016-06-261-0/+4
* jshn: use an avl tree for env variables to speed up processing of bigger json...Felix Fietkau2016-03-051-4/+57
* jshn: add error handling and fix memory leak in jshn_format().Yousong Zhou2014-12-111-5/+18
* jshn: shorten JSON_VAR to J_VFelix Fietkau2014-11-231-1/+1
* jshn: shorten variable names to speed up processingFelix Fietkau2014-11-231-5/+5
* avoid using the deprecated is_error() function from json-cFelix Fietkau2014-09-231-1/+1
* jshn: pretty print indented output with jshn -i -wJohn Crispin2014-08-041-6/+21
* jshn: add support for the double datatypeFelix Fietkau2013-03-171-0/+8
* add pkgconfig support for json-cThomas Gstädtner2013-03-051-1/+6
* jshn: add copyright infoFelix Fietkau2013-01-131-0/+15
* jshn: add support for namespacesFelix Fietkau2012-12-161-7/+17
* jshn: support using characters in elements that do not conform to shell varia...Felix Fietkau2011-09-111-5/+10
* change the include path for list.h in jshn.cFelix Fietkau2011-08-121-1/+1
* jshn: add an option for printing the json data without a terminating newlineFelix Fietkau2011-05-311-5/+10
* add jshnFelix Fietkau2011-05-231-0/+245