Light Logo
JavaScript SDK (v0.39.1)Reference

JsonValue

Documentation for JsonValue in wriftai.

Type Alias: JsonValue

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