JSONParserNode.key

The key identifier for Kind.key nodes.

Setting the key will automatically switch the node kind.

  1. String key [@property getter]
  2. String key [@property setter]
    struct JSONParserNode(String)
    @safe @property nothrow
    String
    key
    (
    String value
    )

Meta