Type alias JObject

JObject: {
    [key: string]: JData;
}

Type declaration

Generated using TypeDoc