JSONString.rawValue

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

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

Meta