Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 436 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 436 Bytes

StepNCtoJSON

Allows for the conversion of StepNC data to a lightweight JSON file.
Command line arguments to convert to JSON:
For a single file:
-JSON filename
For multiple files:
-JSON -d filename

Command line arguments to convert to XML:
For a single file:
-XML filename
For multiple files:
-XML filename

Uses Jsoncpp in order to interact with JavaScript objects within C++.