get

Undocumented in source. Be warned that the author may not have intended to support it.
  1. SafeValue!T get(JSONValue json, string path, T defaultValue)
    pure nothrow
    get
    (
    T
    )
    (
    in JSONValue json
    ,
    in string path = ""
    ,
    in T defaultValue = T.init
    )
  2. SafeValue!(typeof(null)) get(JSONValue json, string path)

Meta