JSONToken.string

Gets/sets the string value of the token.

  1. const(JSONString!String) string [@property getter]
    struct JSONToken(S)
    @property const pure nothrow @trusted @nogc
    string
    ()
  2. JSONString!String string [@property setter]
  3. String string [@property setter]

Meta