Json
A lightweight extension that provides asynchronous JSON serialization and validation functionality, specifically designed for Unity projects.
What is JSON?
{
"string": "Hello World",
"number": 42,
"boolean": true,
"array": [1, 2, 3],
"object": {
"key": "value"
},
"null": null
}Features
Json Converters
UnityEngine Types
Converter
Unity Native Types
Converter
Json Data
Create a Serializable Object for Newtonsoft.Json
Serialization (Object to JSON)
Deserialization (JSON to Object)
JSON Validation
Error Handling
Best Practices
Using with Promise Awaiter
Benefits of Promise Awaiter
Last updated