JSONToken.string

Gets/sets the string value of the token.

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

Meta