Show / Hide Table of Contents

Class EditorJsonUtility

Inheritance
Object
EditorJsonUtility
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public static class EditorJsonUtility

Methods

| Improve this Doc View Source

FromJsonOverwrite(String, Object)

Declaration
public static void FromJsonOverwrite(string json, object objectToOverwrite)
Parameters
Type Name Description
String json
Object objectToOverwrite
| Improve this Doc View Source

ToJson(Object)

Declaration
public static string ToJson(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
String
| Improve this Doc View Source

ToJson(Object, Boolean)

Declaration
public static string ToJson(object obj, bool prettyPrint)
Parameters
Type Name Description
Object obj
Boolean prettyPrint
Returns
Type Description
String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX