cats-parse
cats-parse copied to clipboard
add json string parsing
String parsing with escapes is a bit painful.
We don't want to have a json ast or depend on a json library to get one, but if you embed json in the language you are parsing, it can be convenient to at least provide json string parsing since we already have json number parsing, and the rest of json parsing is really only a few lines of code.