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/sh
AgeCommit message (Expand)Author
2023-04-15jshn.sh: Add pretty-printing to json_dumpPhilip Prindeville
2022-09-27jshn.sh: add json_add_fields function for adding multiple fields at onceFelix Fietkau
2018-02-08sh/jshn.sh: add json_for_each_item()Hans Dedecker
2018-01-22jshn: add functionality to read big JSONChristian Beier
2018-01-07jshn: properly support JSON "null" typeJo-Philipp Wich
2014-11-24Revert "jshn: only keep UP_* variables around while they are needed"Felix Fietkau
2014-11-23jshn: shorten JSON_VAR to J_VFelix Fietkau
2014-11-23jshn: shorten variable names to speed up processingFelix Fietkau
2014-11-23jshn: remove TYPE_JSON_VARFelix Fietkau
2014-11-23jshn: do not export JSON_SEQFelix Fietkau
2014-11-23jshn: only keep UP_* variables around while they are neededFelix Fietkau
2014-11-23jshn: improve performance by using let instead of $(( ))Felix Fietkau
2014-07-16jshn: do not collapse whitespace in json_load()Jo-Philipp Wich
2014-04-26sh/jshn.sh - json_cleanup() dont pollute env with local varsBastian Bittorf
2014-02-02jshn: drop json_select warnings when called from json_get_values()Felix Fietkau
2013-12-10jshn: add ability to pass default values to json_get_var and json_get_varsJo-Philipp Wich
2013-12-02jshn: in json_get_values(), handle json_select errorsFelix Fietkau
2013-12-02jshn: optimize the shell code some moreFelix Fietkau
2013-10-30jshn: refactor _jshn_append to require fewer evalsFelix Fietkau
2013-10-30jshn: improve performance by getting rid of unnecessary variables in parser r...Felix Fietkau
2013-10-30jshn: do not export SEQ_*Felix Fietkau
2013-10-30jshn: get rid of the table stack, use the UP_* variable instead to speed up p...Felix Fietkau
2013-10-30jshn: reduce the number of appends to the cleanup list to speed up processing...Felix Fietkau
2013-10-29jshn: allow json_get_keys/values to refer to the currently selected array/tab...Felix Fietkau
2013-10-29jshn: add json_get_values (useful for arrays)Felix Fietkau
2013-10-20jshn: add json_get_keys()Felix Fietkau
2013-03-17jshn: add support for the double datatypeFelix Fietkau
2013-01-17rename internal variables in json_get_typeLuka Perkov
2013-01-04sanitize json_get_type functionLuka Perkov
2012-12-18jshn: fix check to reset array sequence counters on cleanupFelix Fietkau
2012-12-17jshn: introduce json_is_a() convenience function to check field types without...Jo-Philipp Wich
2012-12-16jshn: fix array handlingFelix Fietkau
2012-12-16jshn: fix some variable handling regressionsFelix Fietkau
2012-12-16jshn: add support for namespacesFelix Fietkau
2012-05-30sh/jshn.sh: fix json_get_var() and json_get_type() to not return cached valuesJo-Philipp Wich
2012-05-29sh/jshn.sh: replace "tr" calls with inline substitution, signalize success wi...Jo-Philipp Wich
2012-05-17sh/jshn.sh: fix allowing numbers in identifiersFelix Fietkau
2012-05-16sh/jshn.sh: allow numbers in identifiers for json_get_var()Jo-Philipp Wich
2012-05-14jshn.sh: add json_get_vars() wrapper functionFelix Fietkau
2011-09-11same for json_get_varFelix Fietkau
2011-09-11jshn: support using characters in elements that do not conform to shell varia...Felix Fietkau
2011-08-12jshn: clear more variables on json_init, fix adding array elementsFelix Fietkau
2011-05-31jshn: add an option for printing the json data without a terminating newlineFelix Fietkau
2011-05-24jshn: fix invalid variable reuseFelix Fietkau
2011-05-24jshn: do not use -n on exportFelix Fietkau
2011-05-24add jshnFelix Fietkau