Table of Contents

Class JsonNull

Namespace
MoonSharp.Interpreter.Serialization.Json
Assembly
Assembly-CSharp.dll
public sealed class JsonNull
Inheritance
JsonNull
Inherited Members
Extension Methods

Constructors

JsonNull()

public JsonNull()

Methods

Create()

[MoonSharpHidden]
public static DynValue Create()

Returns

DynValue

IsJsonNull(DynValue)

[MoonSharpHidden]
public static bool IsJsonNull(DynValue v)

Parameters

v DynValue

Returns

bool

isNull()

public static bool isNull()

Returns

bool