themirror
New member
Hello guys.
I'm a C# developer and I am really curious to know why the decision to use XML files instead of JSON files.
It is a unity default or what?
JSON has many advantages over XML, in parsing time, generic arrays, etc.
Since the 5.3.3 Unity update, there is a native parser for JSON that is way better than other 3rd party JSON parsers. There is any plans to change XML files to JSON files?
Any other developers can see the whole purpose of using XML over JSON? Any noticeable advantages?
I'm a C# developer and I am really curious to know why the decision to use XML files instead of JSON files.
It is a unity default or what?
JSON has many advantages over XML, in parsing time, generic arrays, etc.
Since the 5.3.3 Unity update, there is a native parser for JSON that is way better than other 3rd party JSON parsers. There is any plans to change XML files to JSON files?
Any other developers can see the whole purpose of using XML over JSON? Any noticeable advantages?