Poll.fromJSON

Deserialises a Poll from a JSONValue.

struct Poll
static
fromJSON
(
const JSONValue json
)

Parameters

json JSONValue

JSONValue to deserialise.

Return Value

Type: auto

A new Poll with values loaded from the passed JSON.