#Saving / Loading from JSON error
1 messages · Page 1 of 1 (latest)
Is there a certain type/types of data that don’t work with JSON? This is the only thing I can think of that probably messes with the reading from the json file.
I think I see my mistake. I think the FromJson function actually expects the raw JSON text instead of the path(which I give it) so to fix this all I need to do is extract the JSON text somehow (work in progress)