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
I will get errors like "Expected string not a float" for the position, rotation, and scale blocks. I get this same error when trying to use any json reader/ formatter.
I will say that everything works as expected with Odin. I would still expect it to serialize valid json though in the case I need to use a 3rd party parser or reader.
The text was updated successfully, but these errors were encountered:
When serializing to JSON, it appears to return invalid JSON. For instance with this snippet of JSON
I will get errors like "Expected string not a float" for the position, rotation, and scale blocks. I get this same error when trying to use any json reader/ formatter.
I will say that everything works as expected with Odin. I would still expect it to serialize valid json though in the case I need to use a 3rd party parser or reader.
The text was updated successfully, but these errors were encountered: