JsonToken Class

Assembly
Cake.Gradle.dll
Namespace
LitJson
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["JsonToken"] class Type type-node

Syntax

public sealed class JsonToken : Enum

Fields

Name Constant Value Summary
ArrayEnd 5
static
ArrayStart 4
static
Boolean 10
static
Double 8
static
Int 6
static
Long 7
static
None 0
static
Null 11
static
ObjectEnd 3
static
ObjectStart 1
static
PropertyName 2
static
String 9
static
value__

Extension Methods

Name Value Summary
Dump<JsonToken>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<JsonToken>(JsonToken[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<JsonToken>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<JsonToken>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<JsonToken>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<JsonToken>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin