The OpenD Programming Language

jsonRequired

A UDA to mark a JSON field as required for deserialization

When applied to a field, deserialization will throw if field is not found in json, and serialization will produce null for null fields

struct jsonRequired

Meta