Value: {
    [index: string]: Value;
} | Value[] | string | Scientific | boolean | null

Value is a JSON value.

Type declaration

Remarks

This closely follows the Haskell library aeson.

Note the custom type Scientific is used to represent arbitrarily large integers.

Generated using TypeDoc