EJson: null | string | number | boolean | EJson[] | {
    [name: string]: EJson;
}

Type declaration

Generated using TypeDoc