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++.