Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alvpickmans/jsondata
- Owner: alvpickmans
- License: mit
- Created: 2017-12-22T16:05:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T16:39:19.000Z (over 2 years ago)
- Last Synced: 2023-03-01T03:31:33.523Z (over 1 year ago)
- Topics: csharp, dynamo, dynamods, jsonnet
- Language: C#
- Homepage: https://alvpickmans.github.io/JsonData
- Size: 5.48 MB
- Stars: 18
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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)