JSONString.value

The decoded (unescaped) string value.

  1. String value [@property getter]
  2. const(String) value [@property getter]
    struct JSONString(String)
    nothrow @property const
    const(String)
    value
    ()
  3. String value [@property setter]

Meta