FMIceLinkJson Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkJson.h FMIceLinkJson.m  | 
+ deserializeWithValueJson:
	
Deserializes a value from a JSON string.
+ (id)deserializeWithValueJson:(NSString *)valueJsonParameters
valueJson | 
						The JSON string to deserialize.  | 
					
|---|
Return Value
The deserialized value.
Discussion
Deserializes a value from a JSON string.
Declared In
FMIceLinkJson.h
+ provider
	
Gets the JSON provider to use.
			+ (FMIceLinkJsonProvider *)providerDiscussion
Gets the JSON provider to use.
			Declared In
FMIceLinkJson.h
+ serialize:
	
Serializes a value to a JSON string.
+ (NSString *)serialize:(id)valueParameters
value | 
						The value to serialize.  | 
					
|---|
Return Value
The serialized JSON string.
Discussion
Serializes a value to a JSON string.
Declared In
FMIceLinkJson.h
+ setProvider:
	
Sets the JSON [provider](#//api/name/provider) to use.
			+ (void)setProvider:(FMIceLinkJsonProvider *)valueDiscussion
Sets the JSON [provider](#//api/name/provider) to use.
			Declared In
FMIceLinkJson.h