Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to bind dynamic json into treeview wpf

Tags:

json

wpf

treeview

I get JSON as follow:

explain format = json select...

Text is different depending on the type of operator select. How to bind dynamic JSON in treeView or maybe UML in wpf. Thx for advice

like image 880
user2591607 Avatar asked May 22 '14 16:05

user2591607


1 Answers

Based on dbc's answer above I went ahead and created a WPF JSON Viewer user control that should be easily integratable into any WPF project

Imgur

https://bitbucket.org/rasmuszimmer/wpf-jsonviewer-usercontrol

The project is a wpf solution demonstrating its use.

Go ahead and do with it whatever you want!

like image 149
rzr Avatar answered Oct 10 '22 23:10

rzr