json-to-ast
json-to-ast copied to clipboard
fix: Whitespace expect space is not allowed in strings
trafficstars
Whitespace is any sequence of one or more of the following code points: character tabulation (U+0009), line feed (U+000A), carriage return (U+000D), and space (U+0020). Whitespace is not allowed within any token, except that space is allowed in strings.
@vtrushin
@SyMind Thanks! I'll see it at weekend