Follow.fromJSON

Constructs a Follow from a JSON representation.

struct Follow
static
fromJSON
(
const JSONValue json
)

Parameters

json JSONValue

JSON representation of a follow.

Return Value

Type: auto

A new Follow with values derived from the passed JSON.

Meta