.. | ||
CAGFromJson.js | ||
CHANGELOG.md | ||
CSGFromJson.js | ||
index.js | ||
package.json | ||
README.md | ||
test.js |
@jscad/json-deserializer
json deserializer for the jscad project
Overview
This deserializer converts raw json data to jscad code (that can be evaluated to CSG/CAG).
Table of Contents
Installation
npm install @jscad/json-deserializer
Usage
const jsonDeSerializer = require('@jscad/json-deserializer')
const rawData = fs.readFileSync('PATH/TO/file.json')
const csgData = jsonDeSerializer(rawData)
Contribute
For questions about the API, please contact the User Group
PRs accepted.
Small Note: If editing this README, please conform to the standard-readme specification.
License
The MIT License (MIT) (unless specified otherwise)