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.
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.