@senx/discovery-widgets
Version:
Discovery Widgets Elements
27 lines (26 loc) • 512 B
TypeScript
export declare class JsonLib {
at: number;
ch: string;
escapee: {
'"': string;
'\\': string;
'/': string;
b: string;
f: string;
n: string;
r: string;
t: string;
};
text: string;
private error;
private next;
private check;
private parseNumber;
private parseString;
private white;
private word;
private array;
private object;
private value;
parse(source: string, reviver?: any): any;
}