I have a question about this JSON Parser(http://wiki.unity3d.com/index.php?title=JSONParse)
Is this async or sync??
It is a little hard for me to test it.
Thanks.
I have a question about this JSON Parser(http://wiki.unity3d.com/index.php?title=JSONParse)
Is this async or sync??
It is a little hard for me to test it.
Thanks.
Looking through the source on github, it looks to be synchronous, now thats not to say you couldn’t parse multiple sets of Json data with this library and threading, but the calls in the source are just straight parsing logic, so it could look locked if it was consuming a s-ton of data.