JSONToken.kind

Gets/sets the kind of the represented token.

Setting the token kind is not allowed for any of the kinds that have additional data associated (boolean, number and string).

  1. Kind kind [@property getter]
  2. Kind kind [@property setter]
    struct JSONToken(S)
    @property nothrow @nogc
    Kind
    kind
    (
    Kind value
    )

Meta