[json.exception.parse_error.101] parse error at line 1, column 4520: syntax error while parsing value - invalid string: forbidden character after backslash; last read: '".\? #4352
Labels
solution: invalid
the issue is not related to the library
Description
I encountered an error while trying to load the JSON shown below. The error occurred at the position highlighted in blue.


The json file:
tileset.json
This is a 3D Tiles project where I convert strings to UTF-8 to ensure JSON exports correctly. Without this conversion, I encounter an error labeled "invalid UTF-8 byte at index." The image below shows the problematic string in debug mode.
Reproduction steps
when load the json file it happened.
Expected vs. actual results
I expected it successed loaded.
Minimal code example
Error messages
Compiler and operating system
Microsoft Visual C++ 2022,windows10
Library version
3.10.4
Validation
develop
branch is used.The text was updated successfully, but these errors were encountered: