Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 58 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,61 @@
# ej2-aspnetcore-jsonandxml-to-diagram-visualizer
# Essential JS2 ASP.Net Core - JSON and XML to Diagram Layout
A JSON/XML-to-Diagram Visualizer converts JSON or XML data into interactive diagrams, helping users easily understand data structures, hierarchies, and relationships visually

# Run the sample browser using the below command

dotnet watch run
## Requirements to run the demo

* [System requirements](https://ej2.syncfusion.com/aspnetcore/documentation/system-requirements/)

### Run the demo using .NET CLI

* Clone this repository.
* Navigate to the Core folder and Open the command prompt.
* Run the demo using `dotnet run` command.

### Run the demo using Visual Studio

* Open the solution file using Visual Studio.
* Press `Ctrl + F5` to run the demo.

### Run the demo using Visual Studio code

* Open the Visual Studio code from the demos directory where project file present.

> Ensure the [C# for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) extension is installed in your Visual Studio code before running the ASP.NET Core demos.

* Press `Ctrl + F5` to run the demo.

### Live Demo

#### <a href="https://ej2.syncfusion.com/showcase/aspnetcore/jsonandxmltodiagramvisualizer/" target="_blank">JSON and XML to Diagram Visualizer Live Demo</a>

Check all the showcase samples from <a href="https://www.syncfusion.com/showcase-apps" target="_blank">here</a>.

## License

Syncfusion® ASP.NET MVC Components is available under the Syncfusion® Essential Studio program, and can be licensed either under the Syncfusion® Community License Program or the Syncfusion® commercial license.

To be qualified for the Syncfusion® Community License Program you must have a gross revenue of less than one (1) million U.S. dollars (USD 1,000,000.00) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion's terms and conditions.

Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.

Use of Syncfusion® Blazor Components requires prior acquisition of either a Community License or a Commercial License. Additionally, usage is subject to acceptance of and compliance with Syncfusion's license terms and conditions.

The Syncfusion® license that contains the terms and conditions can be found at
[https://www.syncfusion.com/content/downloads/syncfusion_license.pdf](https://www.syncfusion.com/content/downloads/syncfusion_license.pdf)

## Support and feedback

* For any other queries, reach our [Syncfusion support team](https://support.syncfusion.com/) or post the queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing).

* To renew the subscription, click [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing) or contact our sales team at <salessupport@syncfusion.com>.

* If the required information is not available, it can be submitted through the Syncfusion® Blazor Components Feedback Portal [feedback portal](https://www.syncfusion.com/feedback/aspnet-mvc).

## See also

* [ASP.NET Core Documentation](https://ej2.syncfusion.com/aspnetcore/documentation/introduction)
* [ASP.NET Core Components](https://www.syncfusion.com/aspnet-core-ui-controls/)
* [ASP.NET Core Live Demos](https://ej2.syncfusion.com/aspnetcore/)

<p>Copyright © 2001-2025 Syncfusion®, Inc. Updated on 2025-09-22 at precisely 07:59:36 EST.</p>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Syncfusion.EJ2.AspNet.Core" Version="31.1.17" />
<PackageReference Include="Syncfusion.EJ2.AspNet.Core" Version="*" />
</ItemGroup>

</Project>