JSONParserNode.literal

The literal token for Kind.literal nodes.

Setting the literal will automatically switch the node kind.

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

Meta