Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 604 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 604 Bytes

JsonData

JsonData is a Dynamo package to provide extra functionalities when handling data, based on Newtonsoft JsonNet C# library.

It can handle primitive object types (string, int, double, etc.) as well as Autodesk.DesignScript and Revit object types. Non-primitive objects are kept intact along the graph, only converted to its string representation when writing to file.

For extensive example of the package functionalities, open the JsonDataSample.dyn file that can be found on the package folder.

JsonData Toolset