PROTOCOL

RawJsonRepresentable

swift
public protocol RawJsonRepresentable

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

Properties

rawJsonString

swift
var rawJsonString: String?

The raw JSON string representation of the object.