Home
last modified time | relevance | path

Searched refs:jsonObj (Results 1 – 1 of 1) sorted by relevance

/plugin/jsoncode/
DjsonTree.js117 isValidRoot : function(jsonObj) { argument
118 switch (utils.getType(jsonObj)) {
696 function Tree(jsonObj, domEl) {
702 this.sourceJSONObj = jsonObj;
704 this.loadData(jsonObj);
716 loadData : function(jsonObj) {
717 if (!utils.isValidRoot(jsonObj)) {
722 this.sourceJSONObj = jsonObj;
724 this.rootNode = new Node(null, jsonObj, 'last');
815 create : function(jsonObj, domEl) {
[all …]