Type to describe possible inputs for .fromJson.
This is based on the JSON type of an entity and allows all properties to be optional recursively.
It also allows setting unknown properties, which will be treated as custom fields.
Type Parameters
JsonT
JSON type of the entity.
Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.
Type to describe possible inputs for
.fromJson
. This is based on the JSON type of an entity and allows all properties to be optional recursively. It also allows setting unknown properties, which will be treated as custom fields.