Skip to content

Allows for the conversion of StepNC data to a lightweight JSON file or XML file.

Notifications You must be signed in to change notification settings

nicholasfay/StepNCtoJSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Allows for the conversion of StepNC data to a lightweight JSON file or XML file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages