add jshn (JSON SHell Notation), a small utility and shell library for parsing and...
authorFelix Fietkau <nbd@openwrt.org>
Wed, 16 Feb 2011 00:24:52 +0000 (00:24 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 16 Feb 2011 00:24:52 +0000 (00:24 +0000)
commitafa1c55fbd81c7c3e627c620dd52422d64be378d
tree8833da94020531981dc723a4e28ea29f64f0df9d
parent9f1a6bc1fbf6707cb73a4f4c53d326f3d6ef300e
add jshn (JSON SHell Notation), a small utility and shell library for parsing and generating json data

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25547 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/jshn/Makefile [new file with mode: 0644]
package/jshn/example.txt [new file with mode: 0644]
package/jshn/files/jshn.sh [new file with mode: 0644]
package/jshn/src/jshn.c [new file with mode: 0644]