Table of Contents

Class Json

Namespace
Global
Assembly
Assembly-CSharp.dll
public static class Json
Inheritance
Json
Inherited Members

Methods

Deserialize(string)

public static object Deserialize(string json)

Parameters

json string

Returns

object

Serialize(object)

public static string Serialize(object obj)

Parameters

obj object

Returns

string