- Home /
Question by
vardevelopment · Jul 11, 2018 at 02:29 AM ·
javascriptobjectjson
JSON to object
I wanted to be able to create JSON strings to send to a server and upon being received later by a client parse them into Unity Objects. I was wondering if it is possible to create a blank object and dynamically add fields to it during runtime and send it out as a JSON string. Then, upon being sent back to a client, convert any JSON into an object, without creating a class prior to runtime to store the variables.
Comment