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]
    struct JSONParserNode(String)
    @safe @property ref inout @trusted nothrow
    inout(JSONToken!String)
    literal
    ()
  2. JSONToken!String literal [@property setter]

Meta