Options
All
  • Public
  • Public/Protected
  • All
Menu

External module kryo/json-value

This module defines the JsonValue type. This is a stronger alternative to any for the return type of JSON.parse(str).

Index

Interfaces

Type aliases

Type aliases

JsonBaseValue

JsonBaseValue: boolean | string | null | number | object

Represents an atomic JSON value or a JSON object.

JsonValue

Represents a JSON value: a value returned by JSON.parse(str).

Generated using TypeDoc