VisionLib functions for working with JSON data. More...
Static Public Member Functions | |
| static T | FromJson< T > (string json) |
| static void | FromJsonOverwrite (string json, object objectToOverwrite) |
| static string | ToJson (object obj) |
| static string | ToJson (object obj, bool prettyPrint) |
VisionLib functions for working with JSON data.
Right now it's just using the JsonUtility class from UnityEngine.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |