PROTOCOL

RawJsonRepresentable

public protocol RawJsonRepresentable

RawJsonRepresentable is a protocol declaration for model objects that can provide their raw representation in JSON format.

Properties

rawJsonString

var rawJsonString: String?

The raw JSON string representation of the object.