Function Json.opt
Returns the native type for this JSON if it matches the current runtime type.
const(T) opt(T)
(
const(T) def = T .init
) const @property;
T opt(T)
(
T def = T .init
) @property;
If the runtime type does not match the given native type, the 'def' parameter is returned instead.