Comment on Jshon: A command line program to parse, read and create JSONparentComments−keenerd15yGlad you like it. I'll be adding a path-like syntax next. This was just a little one-day hackup to learn getopts.You can do similar with -e a -e b -e c. Or just make your own wrapper withjshon $(echo ".a.b.c" | sed 's/./ -e/g')−keenerd15yjshon $(sed 's/\./ -e/g' <<< ".a.b.c")
Comments
Glad you like it. I'll be adding a path-like syntax next. This was just a little one-day hackup to learn getopts.
You can do similar with -e a -e b -e c. Or just make your own wrapper with
jshon $(echo ".a.b.c" | sed 's/./ -e/g')
jshon $(sed 's/\./ -e/g' <<< ".a.b.c")