- Namespace
- LitJson
- Interfaces
-
- IJsonWrapper
- IList
- ICollection
- IEnumerable
- IOrderedDictionary
- IEquatable
<JsonData>
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Interface0["IJsonWrapper"]-.->Type
click Interface0 "/api/LitJson/IJsonWrapper"
Interface1["IList"]-.->Type
Interface2["ICollection"]-.->Type
Interface3["IEnumerable"]-.->Type
Interface4["IOrderedDictionary"]-.->Type
Interface5["IEquatable<JsonData>"]-.->Type
Type["JsonData"]
class Type type-node
Syntax
public class JsonData : IJsonWrapper, IList, ICollection, IEnumerable, IOrderedDictionary,
IEquatable<JsonData>
Constructors
Properties
Methods
| Name | Value | Summary |
|---|---|---|
| Add |
int | |
| Clear |
void | |
| ContainsKey |
bool |
Determines whether the json contains an element that has the specified key.
|
| Equals |
bool | |
| GetJsonType |
JsonType | |
| Remove |
bool | |
| SetJsonType |
void | |
| ToJson |
string | |
| ToJson |
void | |
| ToString |
string |
Operators
| Name | Value | Summary |
|---|---|---|
| explicit operator bool |
bool | |
| explicit operator double |
double | |
| explicit operator int |
int | |
| explicit operator long |
long | |
| explicit operator string |
string | |
| implicit operator |
JsonData | |
| implicit operator |
JsonData | |
| implicit operator |
JsonData | |
| implicit operator |
JsonData | |
| implicit operator |
JsonData |
