Skip to content

@modoki/engine / index / JsonValue

Type Alias: JsonValue

JsonValue = null | boolean | number | string | JsonValue[] | {[key: string]: JsonValue; }

A plain JSON-serializable value. No functions, class instances, Map/Set, or cycles.

Built with Modoki.