Answer the question
In order to leave comments, you need to log in
JSON editor for jQuery?
Hello, js fans)
The task is to edit json in the browser, edit the text in the textarea by hand - a perversion, especially when json is wrapped in three levels, etc. I'm looking for a clear json editor with IDE elements that can be easily embedded inside the page, but I haven't found anything other than online tools. Did you search badly? May be. But still I want to turn to the community, maybe somewhere in the vastness of the Immense is what I'm looking for?
More specific statement of the problem:
There is a JSON in which heterogeneous data is passed, for example, a list of callable objects with parameters, several string constants and the caching time of a common object, let's say it looks like this:
{<br>
"components" :<br>
{<br>
"gallery" :<br>
{<br>
"type" : <br>
"size" : "100x100"<br>
, "previewType" : "icon"<br>
, "label" : true<br>
, "list" : 20<br>
}<br>
, "files" : <br>
{<br>
"component" : "fileLoader"<br>
"multiload" : true<br>
, "filetypes" : ['jpg', 'png', 'mpeg', 'ogg'] <br>
}<br>
}<br>
, "cache" : <br>
{<br>
"storage" : "memory"<br>
"id" : true<br>
, "lifetime" : 3600<br>
}<br>
, "doYouLoveYourGranny" : true<br>
, "what" : "Yes! I do! Very much!"<br>
}<br>
Answer the question
In order to leave comments, you need to log in
www.thomasfrank.se/downloadableJS/JSONeditor_example.html you can attach your handlers to this, I think.
One of the best tools for JSON is codebeautify.org/jsonviewer JSON formatter, JSON validator, JSON minify, JSON to XML, JSON to CSV
https://jsondraft.com - a convenient service for editing JSON, as well as JSON Schema.
For example, here is your object in a tree view: https://jsondraft.com/4d/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question