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)
commit9d4d2587d7ee0d76e1af0bc4e1889176ce209e04
tree68cee38eae6a8a98a15cbce7b3a32f0ba20379a0
parentf1ac8cf2859bee611c5bba05a17f7ab0a2ebf5d0
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]