isNull

A simple check whether an object is present, permitting consistency with std.typecons.Nullable.

  1. bool isNull(T obj)
  2. bool isNull(Json obj)
    nothrow @safe
    bool
    isNull
    (
    const Json obj
    )

Meta