Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alvpickmans/jsondata

Dynamo package to boost your workflow with a better data handling.
https://github.com/alvpickmans/jsondata

csharp dynamo dynamods jsonnet

Last synced: 25 days ago
JSON representation

Dynamo package to boost your workflow with a better data handling.

Awesome Lists containing this project

README

        

# JsonData
JsonData is a [Dynamo](http://www.dynamobim.org) 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](samples/images/JsonDataToolSet.png)