IJsonWrapper Interface

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

Syntax

public interface IJsonWrapper : IList, ICollection, IEnumerable, IOrderedDictionary

Properties

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

Methods