SeeSoftware
I want to store new json files but i dont know how to create new files with Urho3D,
can someone help me ?
I want to store new json files but i dont know how to create new files with Urho3D,
can someone help me ?
Hello,
Like the XML methods used in the sample applications to load/save XML, there are equivalent methods to serialize JSON format.
A post using InstantiateJSON() and SaveJSON() etc
https://discourse.urho3d.io/t/serialize-in-memory/2818
HTH