https://repl.it/@AndrewBradley/AlienatedNaturalRuntimelibrary Here's an example that fails to parse: ``` build.title=Build \#71 ``` JSON does not allow arbitrary characters to be escaped, so parsing `\#` fails.
https://repl.it/@AndrewBradley/AlienatedNaturalRuntimelibrary
Here's an example that fails to parse:
JSON does not allow arbitrary characters to be escaped, so parsing
\#fails.