Skip to main content

JsonObject type

Signature:

export declare type JsonObject = {
[key: string]: Json;
};

References: Json