Just in case you are afraid from using github, not clear on front end web development or simply just trying to quickly try just one more json edition/viewing tool here are the steps you follow:
- Save the zip file https://github.com/knv/json-editor/zipball/master as "json-editor". Alternatively you can clone the project and so on but I said I wanted to provide instructions for those not using git and still interested in trying just yet another json editor
- Uncompress the zip and double click on index.html
- Paste your json in "Value", hit "Save" (no worries it is just "saving" the json in memory)
- On the right you get the JSON tree representation. As you click on different components you get different paths in "label"
- You can manipulate the json structure while adding or deleting child or sibling elements in any existing element. You can edit an element and pressing save will update again the local (in memory representation of the object). Clicking on the root node you can see the whole JSON string again.
No comments:
Post a Comment