Item.this

Constructs an item adding properties from a JSON.

  1. this()
  2. this(string data)
  3. this(std.json.JSONValue data)
    class Item
    @safe
    this
    (
    std.json.JSONValue data
    )

Throws

RangeError if the enchanting name doesn't exist

Meta