The JSON contains over 250,000 tokens and "+"will not be rendered beyond this point.
Please consider modifying your "+"request and/or accessing such large JSONs only programmatically."));}}tree.addEventListener("scroll",function(){header.style.color="#765";debounce(onafterscroll,50)();});onafterscroll();materialize_chunk();};var parse_url=function(href){var json_url=(href.replace(/([?&])format=(html|browser)/,"").replace(/([?&])foldlevel=[^=&]+/,"").replace(/([?&])foldkey=[^=&]+/,"").replace(/([?&])example_folded/,""));var foldlevel_match=href.match(/[?&]foldlevel=(\d+)/);var foldlevel=foldlevel_match?parseInt(foldlevel_match[1],10):null;var foldkey_match=href.match(/[?&]foldkey=([^=&]+)/);var foldkey=foldkey_match?foldkey_match[1]:null;var example_folded=href.match(/([?&])example_folded/)?true:false;return [json_url,foldlevel,foldkey,example_folded];};$(document).ready(function(){document.addEventListener("keydown",function(ev){if(document.activeElement!==document.getElementById("tree"))if((!ev.ctrlKey)&&(!ev.metaKey))$("#tree").focus();});if(KIND==="metadata-counts")$("#kind").text("tokens");var _a=parse_url(window.location.href),json_url=_a[0],foldlevel=_a[1],foldkey=_a[2],example_folded=_a[3];$("#as-plain-json").attr("href",json_url);$.ajax({url:json_url,type:"GET",data:{}}).done(function(json){requestAnimationFrame(function(){$("#status").html("Data received in full, visualizing tree (this may be slow)...");requestAnimationFrame(function(){return roll_the_tree(json,foldlevel,foldkey,example_folded);});});}).fail(function(jqXHR,textStatus,errorThrown){if((jqXHR.status===200)&&errorThrown){$("#tree").css("color","black").html("The syntax of the request may be wrong, or the request/response are too large "+"to be processed in the browser.
Consider requesting the data in a "+"non-interactive format (by specifying "format=json").");console.log(errorThrown);}else{var message=(jqXHR.responseText===undefined)?"Error communicating with the API":jqXHR.responseText;if(jqXHR.status===504)message="Request/response too large";try{roll_the_tree(JSON.parse(message));$("