{
  "name": "@jaisocx/objdata",
  "version": "2.1.3",
  "private": false,
  "description": "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 instance is done without parsing by chars markup.",
  "type": "module",
  "main": "./transpiled/CommonJS/index.js",
  "types": "./transpiled/ESNext/index.d.ts",
  "module": "./transpiled/ESNext/index.js",
  "exports": {
    "require": "./transpiled/CommonJS/index.js",
    "import": "./transpiled/ESNext/index.js"
  },
  "scripts": {
    "ExportConstants": "node ./transpiled/ESNext/ExportConstants.js"
  },
  "files": [
    "transpiled/CommonJS",
    "transpiled/ESNext",
    "transpiled/Simple",
    "ObjDataConstants.json",
    "README.md"
  ],
  "keywords": [
    "JSON",
    "Binary",
    "parse",
    "serialize",
    "object"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "Jaisocx",
  "license": "nope"
}


