/*\ title: js/JSONParser.js Compiles JSON objects into JavaScript functions that render them in HTML and plain text \*/ (function(){ /*jslint node: true */ "use strict"; var WikiTextParseTree = require("./WikiTextParseTree.js").WikiTextParseTree, Renderer = require("./Renderer.js").Renderer, Dependencies = require("./Dependencies.js").Dependencies, utils = require("./Utils.js"); var renderObject = function(obj) { var children = [],t; if(obj instanceof Array) { for(t=0; t