We've encountered a significant issue with the your JSON parser, which mishandles certain unescaped backslashes (\), quotation marks ("), or other control characters correctly. This limitation causes our UI to break entirely, requiring us to apply workarounds, such as adding extra characters. This behavior affects the reliability of our interface, and we'd appreciate an update to improve the parser’s handling of these characters to ensure compatibility and stability.
We've encountered a significant issue with the your JSON parser, which mishandles certain unescaped backslashes (
\
), quotation marks ("
), or other control characters correctly. This limitation causes our UI to break entirely, requiring us to apply workarounds, such as adding extra characters. This behavior affects the reliability of our interface, and we'd appreciate an update to improve the parser’s handling of these characters to ensure compatibility and stability.Example of JSON:
Originally posted by @dassjosh in https://github.com/dassjosh/Rust.UIFramework/issues/16#issuecomment-2409037909