JSONParserNode.literal

The literal token for Kind.literal nodes.

Setting the literal will automatically switch the node kind.

  1. inout(JSONToken!String) literal [@property getter]
  2. JSONToken!String literal [@property setter]
    struct JSONParserNode(String)
    @safe @property ref return nothrow
    JSONToken!String
    literal

Meta