Protocols
The following protocols are available globally.
-
@brief Options for the parser class.
This exists so the SBJSON facade can implement the options in the parser without having to re-declare them.
See moreDeclaration
Objective-C
@protocol SBJsonParser
Swift
protocol SBJsonParserProtocol
-
@brief Options for the writer class.
This exists so the SBJSON facade can implement the options in the writer without having to re-declare them.
See moreDeclaration
Objective-C
@protocol SBJsonWriter
Swift
protocol SBJsonWriterProtocol