Skip to main content

Function: stringifyJsonField()

stringifyJsonField(value): string | null

Defined in: Data/Core/JsonHelpers.ts:24

Stringify a value for storage in a JSON text column. Returns null for undefined/null values (SQLite NULL), matching the entity.metadata ?? null pattern used throughout the data layer.

Parameters

value

unknown

Returns

string | null