Quote.fromJSON

Deserialises a Quote from a JSONValue.

struct Quote
static
fromJSON
(
const JSONValue json
)

Parameters

json JSONValue

JSONValue to deserialise.

Return Value

Type: auto

A new Quote with values loaded from the passed JSON.