UNPKG

@jaisocx/objdata

Version:

ObjData represents the Objects and array and arrays of objects, where no parsing by bytewise chars comparisons are not used (XML and Json are in all text IDEs readable/writable, and use comaparisons of chars), and the instantiating a JavaScript Object ins

5 lines 170 B
export declare class ObjData { static parse(objDataByteBuf: Uint8Array): any; static serialize(anyValue: any): Uint8Array; } //# sourceMappingURL=ObjData.d.ts.map