Archive 17/01/2023.

How do you create a new file with Urho3D

SeeSoftware

I want to store new json files but i dont know how to create new files with Urho3D,
can someone help me ?

jmiller

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