Closed tsvilans closed 5 years ago
This converts XML data into a JSON format that is consumable by Speckle, using the SpecklePropertiesConverter.
SpecklePropertiesConverter
The component takes a XML string as input, and outputs a GH_SpeckleObject and a Dictionary<string,object>.
GH_SpeckleObject
Dictionary<string,object>
This converts XML data into a JSON format that is consumable by Speckle, using the
SpecklePropertiesConverter
.The component takes a XML string as input, and outputs a
GH_SpeckleObject
and aDictionary<string,object>
.