deserializeJson

Deserialize JSON string to a type trying to do perform less memort allocations.

  1. T deserializeJson(const(char)[] text)
    template deserializeJson(T)
    T
    deserializeJson
    ()
    (
    scope const(char)[] text
    )
  2. void deserializeJson(T value, const(char)[] text)

Members

Functions

deserializeJson
T deserializeJson(const(char)[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
deserializeJson
void deserializeJson(T value, const(char)[] text)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta