Stream.this

Deserialises a Stream from a JSON representation.

  1. this(ulong id)
  2. this(JSONValue json)
    struct Stream
    package
    this
    (
    const JSONValue json
    )

Parameters

json JSONValue

JSONValue to build a Stream from.

Return Value

A new Stream with values from the passed json.