FMIceLinkJson Class Reference

Inherits from NSObject
Declared in FMIceLinkJson.h
FMIceLinkJson.m

Overview

JSON utility class.

+ deserializeWithValueJson:

Deserializes a value from a JSON string.

The type the value to deserialize.

+ (id)deserializeWithValueJson:(NSString *)valueJson

Parameters

valueJson

The JSON string to deserialize.

Return Value

The deserialized value.

Discussion

Deserializes a value from a JSON string.

The type the value to deserialize.

Declared In

FMIceLinkJson.h

+ provider

Gets the JSON provider to use.
+ (FMIceLinkJsonProvider *)provider

Discussion

Gets the JSON provider to use.

Declared In

FMIceLinkJson.h

+ serialize:

Serializes a value to a JSON string.

The type the value to serialize.

+ (NSString *)serialize:(id)value

Parameters

value

The value to serialize.

Return Value

The serialized JSON string.

Discussion

Serializes a value to a JSON string.

The type the value to serialize.

Declared In

FMIceLinkJson.h

+ setProvider:

Sets the JSON [provider](#//api/name/provider) to use.
+ (void)setProvider:(FMIceLinkJsonProvider *)value

Discussion

Sets the JSON [provider](#//api/name/provider) to use.

Declared In

FMIceLinkJson.h