JSONString.rawValue

The raw (escaped) string literal, including the enclosing quotation marks.

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

Meta