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
It's perfectly working if i'm in the fragmentShader case but an error occur : C++ exception with description "[json.exception.parse_error.101] parse error, syntax error while parsing value - invalid string: control character U+000A (LF) must be escaped to \u000A or \n; last read: '"<U+000A>'" thrown in the test body. when i try to parse a json looking like vertexShader, i'm using the templated method get(), getstd::string() .
Does any function in the existing library allow this ?
System : Linux, Fedora 29
The text was updated successfully, but these errors were encountered:
Hello,
I tried to parse a specific JSON that contain a string value set on 4 lines (vertexShader) :
It's perfectly working if i'm in the fragmentShader case but an error occur :
C++ exception with description "[json.exception.parse_error.101] parse error, syntax error while parsing value - invalid string: control character U+000A (LF) must be escaped to \u000A or \n; last read: '"<U+000A>'" thrown in the test body.
when i try to parse a json looking like vertexShader, i'm using the templated method get(), getstd::string() .Does any function in the existing library allow this ?
System : Linux, Fedora 29
The text was updated successfully, but these errors were encountered: