You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while looking into the demo and the official page i couldn't understand how it is possible to dispaly a REST service response as json tree.
could you please share with me that how can i do to display json tree of REST Service response.
i tried the below code , but nothing is displayed in the page
var myjson = { any: { json: { value: 1 } } };
var opt = {
change: function(data) { /* called on every change */ },
propertyclick: function(path) { /* called when a property is clicked with the JS path to that property */ }
};
/* opt.propertyElement = '<textarea>'; */ // element of the property field, <input> is default
/* opt.valueElement = '<textarea>'; */ // element of the value field, <input> is default
$('#mydiv').jsonEditor(myjson, opt);
please let me know that what is "#mydiv" , is that the div where the output tree is displayed ?
The text was updated successfully, but these errors were encountered:
while looking into the demo and the official page i couldn't understand how it is possible to dispaly a REST service response as json tree.
could you please share with me that how can i do to display json tree of REST Service response.
i tried the below code , but nothing is displayed in the page
please let me know that what is "#mydiv" , is that the div where the output tree is displayed ?
The text was updated successfully, but these errors were encountered: