dotVSON / GhXmlParser

API for parsing gh or ghx scripts for data
MIT License
0 stars 0 forks source link

🧪 Parse `.GHX` to `.VSON` outside Rhino / Grasshopper #6

Open thekaushikls opened 11 months ago

thekaushikls commented 11 months ago

DESCRIPTION

Since .GHX is an XML representation, it should be possible to convert it to JSON / .VSON format programmatically. It will help provide a more native experience - redundant copy of the document need not be saved in .VSON format.



TASKS