Skip to content

@pbvex/protocol / JSONValue

Type Alias: JSONValue

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

Generated API reference. Source of truth is the codebase.