IJsonWrapper Interface

Assembly
Cake.Gradle.dll
Namespace
LitJson
Interfaces
  • IList
  • ICollection
  • IEnumerable
  • IOrderedDictionary
  • IDictionary
Implementing Types
graph BT Type-.->Interface0["IList"] Type-.->Interface1["ICollection"] Type-.->Interface2["IEnumerable"] Type-.->Interface3["IOrderedDictionary"] Type-.->Interface4["IDictionary"] Type["IJsonWrapper"] class Type type-node Implementing0["JsonMockWrapper"]-.->Type click Implementing0 "/api/LitJson/JsonMockWrapper" Implementing1["JsonData"]-.->Type click Implementing1 "/api/LitJson/JsonData"

Syntax

public interface IJsonWrapper : IList, ICollection, IEnumerable, IOrderedDictionary, IDictionary

Properties

Name Value Summary
IsArray bool
IsBoolean bool
IsDouble bool
IsInt bool
IsLong bool
IsObject bool
IsString bool

Methods

Extension Methods

Name Value Summary
Dump<IJsonWrapper>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<IJsonWrapper>(IJsonWrapper[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<IJsonWrapper>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<IJsonWrapper>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<IJsonWrapper>(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<IJsonWrapper>(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