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

A Blazor web app for manipulating JSON files with and expanding tree view.

Why Use It?

Issue 1: Text editors and IDEs provide a raw-file method for viewing and editing JSON. These tools lack robust editing tools needed to quickly and efficicently edit JSON. Users are limited to traditional text-editor functions like copy/paste. When dealing with larger data, the structure becomes confusing, leading to the creation of malformed JSON when copy/pasting. Also, larger JSON files become increasingly difficult to navigate.

Issue 2: Some of the more featured tools like Notepad++ allow you to view the tree structure in an expanding tree view window. While this view is appreciated by users, they cannot edit the JSON data from this view. This makes the view useless for users looking to edit the data.

Solution: Tree Climber merges an expanding tree view with a set of robust editing features. Users get all of the ergonomics of the expanding tree view with the added ability to edit the JSON quickly and easily. Tree Climber's editing features make it easy to make changes without the fear of breaking the structure. Simply upload your JSON file, make changes, and download it to your device.

Get Started

Click here to try it out.