JSONString.value

The decoded (unescaped) string value.

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

Meta