API reference › @evolu/common › Type › JsonValue
type JsonValue =
string | FiniteNumber | boolean | null | JsonArray | JsonObject;
Defined in: packages/common/src/Type.ts:13659
An exact in-memory JSON data value.
Numbers are finite. Arrays and objects use Evolu Type's strict plain-data representations, and the complete value graph is acyclic.