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
diff options
context:
space:
mode:
Diffstat (limited to 'sh')
-rw-r--r--sh/jshn.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/sh/jshn.sh b/sh/jshn.sh
index 1d9fc80..b4bb1e1 100644
--- a/sh/jshn.sh
+++ b/sh/jshn.sh
@@ -182,6 +182,10 @@ json_add_boolean() {
_json_add_generic boolean "$1" "$2"
}
+json_add_double() {
+ _json_add_generic double "$1" "$2"
+}
+
# functions read access to json variables
json_load() {