ricaun / RevitAddin.JsonExample

Use JavaScriptSerializer and RevitApi objects to Serialize and Deserialize.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RevitAddin.JsonExample

Use Newtonsoft.Json Package and Revit Api objects to Serialize and Deserialize.

Check the JavaScriptService.cs base service.

Video

VideoIma

PackageReference

You could and the Package Reference using the Nuget or adding the reference below on the .csproj file.

<ItemGroup>
    <PackageReference Include="Newtonsoft.Json" Version="9.0.1" IncludeAssets="build; compile" />
</ItemGroup>

Old JavaScriptSerializer

This Example starts with the JavaScriptSerializer Class to Serialize and Deserialize.

Check the JavaScriptSerializer tree.

License

This library is licensed under the MIT Licence.


Do you like this project? Please star this project on GitHub!

About

Use JavaScriptSerializer and RevitApi objects to Serialize and Deserialize.

License:MIT License


Languages

Language:C# 100.0%