JSON utility class. More...
Instance Methods | |
| (instancetype) | - init |
Class Methods | |
| (id) | + deserializeWithValueJson: |
| Deserializes a value from a JSON string. More... | |
| (FMLiveSwitchJson *) | + json |
| (FMLiveSwitchJsonProvider *) | + provider |
| Gets the JSON provider to use. More... | |
| (NSString *) | + serialize: |
| Serializes a value to a JSON string. More... | |
| (void) | + setProvider: |
| Sets the JSON provider to use. More... | |
JSON utility class.
Deserializes a value from a JSON string.
| valueJson | The JSON string to deserialize. |
| - (instancetype) init |
| + (FMLiveSwitchJson*) json |
| + (FMLiveSwitchJsonProvider*) provider |
Gets the JSON provider to use.
Serializes a value to a JSON string.
| value | The value to serialize. |
| + (void) setProvider: | (FMLiveSwitchJsonProvider *) | value |
Sets the JSON provider to use.