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]
    struct JSONToken(S)
    @property const pure nothrow @nogc
    Kind
    kind
    ()
  2. Kind kind [@property setter]

Meta