kristopolous / TickTick

JSON in your Bash scripts
http://9ol.es/TheEmperorsNewClothes.html
Other
579 stars 55 forks source link

Wider string support #30

Closed kristopolous closed 10 years ago

kristopolous commented 10 years ago

This hearkens back to issue #29. Briefly the idea is that escaped characters and demarcation tokens ( '[', ']', ',', ':', etc.) need to be supported inside of strings when properly escaped (if necessary).

There's various heavy and light ways to implement this type of thing ... there's a test coming that will address it soon.