export interface JObject {
	[key: string]: any;
}
