Skip to content

Blazor Server app for editing JSON in as a binary tree

License

Notifications You must be signed in to change notification settings

jocon15/TreeClimber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tree Climber

Tree Climber is a Blazor Server application that lets you manipulate your JSON files in an expaning binary tree format.

Text editors allow you to edit raw JSON, but it lacks the robust features that you need to manipulate your JSON data.

With Tree Climber, we present the JSON in an expaning tree view and provide a robust feature set for you to edit you JSON quick and easy.

Copy and Paste

Current text editors allow you to copy and paste JSON structures, but you may run into issues of formatting and making sure you have those pesky commas after each element. With Tree Climber's copy from exisitng element, you can perform the same operation but without all the formatting headache.