- 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
Methods
| Name | Value | Summary |
|---|---|---|
| GetBoolean |
bool | |
| GetDouble |
double | |
| GetInt |
int | |
| GetJsonType |
JsonType | |
| GetLong |
long | |
| GetString |
string | |
| SetBoolean |
void | |
| SetDouble |
void | |
| SetInt |
void | |
| SetJsonType |
void | |
| SetLong |
void | |
| SetString |
void | |
| ToJson |
string | |
| ToJson |
void |
