I'm just about ready to submit a JSON serialization package to the asset store, and I wanted to see if anyone had any feature requests. The package handles serialization between C# objects and JSON objects, using C# attributes, similar to how all Microsoft serialization libraries works in C#.
At my current company we use this for creating a save file, and for transferring objects between our C# frontend and Java backend (we use the simple.JSON library in our backend). The library does not...
JSON Serialization
At my current company we use this for creating a save file, and for transferring objects between our C# frontend and Java backend (we use the simple.JSON library in our backend). The library does not...
JSON Serialization