Skip to main content

Json

Upgather SDK


Upgather SDK / Json

Type Alias: Json

Json: string | number | boolean | null | {} | Json[]

Defined in: lib/types/Json.ts:7

Represents a valid JSON value.

Remarks

This type is a recursive definition of JSON values.