decodeJson.decodeJson

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T decodeJson(JsonStream jsonStream, string target)
    template decodeJson(T, alias transform, Flag!"logErrors" logErrors, attributes...)
    T
    decodeJson
    (
    JsonStream
    )
    (
    ref JsonStream jsonStream
    ,
    lazy string target
    )
  2. T decodeJson(JSONValue value)
  3. T decodeJson(JSONValue value)

Meta