- Namespace
 - LitJson
 - Interfaces
 - 
									
- IJsonWrapper
 - IList
 - ICollection
 - IEnumerable
 - IOrderedDictionary
 
 - 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
	Type["JsonMockWrapper"]
class Type type-node
						
					Syntax
public class JsonMockWrapper : 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 | 
