Json – How do i remove unnecessary items ({object}, {Array}) in treeview C#
I am trying to make changes to an C# based opensource json editor which has MIT license. I want to remove the items like ({object}, {Array}) from the Json tree view. here is the link to the Open source Json…