as

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

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

Meta