PROTOCOL
RawJsonRepresentable
public protocol RawJsonRepresentable
RawJsonRepresentable is a protocol declaration for model objects that can provide their raw representation in JSON format.
- Warning: This protocol is not intended to be used outside of the IdsvrHaapi frameworks.
Properties
rawJsonString
var rawJsonString: String?
The raw JSON string representation of the object.