Type alias JSONPODEntries

JSONPODEntries: Record<PODName, JSONPODValue>

Defines the JSON encoding a set of POD entries. Unlike the PODEntries type, values which fit this type contain only JSON-compatible types (no bigints). They can thus be freely combined with other JSON and serialized using JSON.stringify.

See JSONPODValue for the specifics of value encoding and parsing. Use podEntriesToJSON and podEntriesFromJSON to convert between JSON and non-JSON formats. When parsing, any of the encodings above will be produced.

Generated using TypeDoc