JSONString.rawValue

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

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

Meta