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 (Collapse)Author
2014-12-11jshn: add error handling and fix memory leak in jshn_format().Yousong Zhou
Though currently jshn is more a one-shot data transformation tool and won't leak much memory in its lifetime, people may use it as example code, so do it right. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2014-11-23jshn: shorten JSON_VAR to J_VFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-11-23jshn: shorten variable names to speed up processingFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-09-23avoid using the deprecated is_error() function from json-cFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-08-04jshn: pretty print indented output with jshn -i -wJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2013-03-17jshn: add support for the double datatypeFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-03-05add pkgconfig support for json-cThomas Gstädtner
this includes a fallback for legacy support
2013-01-13jshn: add copyright infoFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2012-12-16jshn: add support for namespacesFelix Fietkau
Can be used to fix variable namespace clashes in library code using jshn Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2011-09-11jshn: support using characters in elements that do not conform to shell ↵Felix Fietkau
variable restrictions
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