safe

Shortcut. You can write safe!null instead of safe!(typeof(null))

  1. SafeValue!T safe(JSONValue json, string path, T defaultValue)
  2. SafeValue!(typeof(null)) safe(JSONValue json, string path)
    pure nothrow
    safe
    (
    typeof(null) T
    )
    (
    in JSONValue json
    ,
    in string path = ""
    )

Meta