ArcGIS Runtime SDK for iOS: NSArray(AGSJSONSerializable) Category Reference
ArcGIS Runtime SDK for iOS  100.15
NSArray(AGSJSONSerializable) Category Reference

Description

A category on NSArray to provide convenience methods for JSON serialization.

This category provides helper methods to express an NSArray as JSON and create an NSArray from JSON

Since
100

Instance Methods

(id) - ags_toJSON
 

Class Methods

(NSArray *) + ags_fromJSON:class:
 

Method Documentation

◆ ags_fromJSON:class:

+ (NSArray*) ags_fromJSON: (NSArray *)  jsonArray
class: (Class)  cls 

◆ ags_toJSON

- (id) ags_toJSON