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
What is the issue you have?
When I try deserializing a string to json it crashes the app.
Please describe the steps to reproduce the issue. Can you provide a small but working code example? json data = "{\"a\": [\"1\", 2], \"b\": true}"_json;
What is the expected behavior?
Deserializing json string
And what is the actual behavior instead?
An crash
Which compiler and operating system are you using? Is it a supported compiler?
I think arm-none-eabi-g++ or gnu++17, I use devkitARM. The operating system is 3DS for the app and Windows 10 Pro for development
Did you use a released version of the library or the version from the develop branch?
A released version
What is the issue you have?
When I try deserializing a string to json it crashes the app.
Please describe the steps to reproduce the issue. Can you provide a small but working code example?
json data = "{\"a\": [\"1\", 2], \"b\": true}"_json;
What is the expected behavior?
Deserializing json string
And what is the actual behavior instead?
An crash
Which compiler and operating system are you using? Is it a supported compiler?
I think
arm-none-eabi-g++
orgnu++17,
I use devkitARM. The operating system is 3DS for the app and Windows 10 Pro for developmentDid you use a released version of the library or the version from the
develop
branch?A released version
If you experience a compilation error: can you compile and run the unit tests?
I don't have either
cmake
orctest
.What might help is the part of the
make
log I think is about this: https://hastebin.com/amomibogic.rbThe text was updated successfully, but these errors were encountered: