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)
commit59155b10d1caa47ad55df627498a719cca2bf946
tree8833da94020531981dc723a4e28ea29f64f0df9d
parent1994c84aceb3a11a3f7db76d2063e314fdb1d6b2
add jshn (JSON SHell Notation), a small utility and shell library for parsing and generating json data

SVN-Revision: 25547
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]