@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
18 lines • 657 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ObjDataHelpingProps = void 0;
const ObjDataConstants_1 = require("./ObjDataConstants");
class ObjDataHelpingProps {
constructor() {
this.lengthAll = 0;
this.datatype = 0;
this.numberValueUnit = 0;
this.propsAmount = 0;
this.propertyNameLength = 0;
this.propertyNameStart = ObjDataConstants_1.ObjDataConstants.FIELDS_POINTERS.PROPERTY_NAME_START;
this.propertyValueLength = 0;
this.propertyValueStart = 0;
}
}
exports.ObjDataHelpingProps = ObjDataHelpingProps;
//# sourceMappingURL=ObjDataTypes.js.map