You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what you want to achieve.
Want to convert a string let's say \\?\Volume{1651d5ac-0000-0000-0000-501f00000000}\ in json
Describe what you tried.
Tried to convert a string to json "{"mods": [{"volume": "\\?\Volume{1651d5ac-0000-0000-0000-501f00000000}\"}]}"
Gives an error while json.parse as
[json.exception.parse_error.101] parse error at line 1, column 34: syntax error while parsing value - invalid string: forbidden character after backslash; last read: '"\?\V'
Describe which system (OS, compiler) you are using.
Windows 10, VS2017
Describe which version of the library you are using (release version, develop branch).
version 3.5.0
The text was updated successfully, but these errors were encountered:
Want to convert a string let's say \\?\Volume{1651d5ac-0000-0000-0000-501f00000000}\ in json
Tried to convert a string to json "{"mods": [{"volume": "\\?\Volume{1651d5ac-0000-0000-0000-501f00000000}\"}]}"
Gives an error while json.parse as
Windows 10, VS2017
version 3.5.0
The text was updated successfully, but these errors were encountered: