characterEscape method

Parser characterEscape()

Implementation

Parser characterEscape() => char('\\') & pattern(jsonEscapeChars.keys.join());