{"elementName":"ObjectSchema","name":"Charts","containers":[{"name":"container","elementName":"Container","style":{"top":0,"left":0,"width":507,"height":1000,"position":"relative"},"props":{"startOnNewPage":false,"unbreakable":false},"boxes":[{"name":"Tree","elementName":"Chart.Tree","style":{"top":0,"left":0,"width":300,"height":197,"transform":{}},"props":{"data":{"path":"StateTree","mode":"OneWay"},"options":{"margin":{},"width":180,"height":150,"animate":{},"label":{}}}},{"name":"Pie","elementName":"Chart.Pie","style":{"top":198,"left":2,"width":252,"height":258,"transform":{}},"props":{"data":{"path":"CustomerOrders","converter":{"code":"return {\n\tformat:function(value){\n      return _lodash.take(value,6);\n\t}\n}","compiled":"\"use strict\";\n\n(function () {\n\treturn {\n\t\tformat: function format(value) {\n\t\t\treturn _lodash.take(value, 6);\n\t\t}\n\t};\n})();"},"mode":"OneWay"},"accessorKey":"employees","options":{"margin":{},"width":200,"height":200,"r":100,"R":50,"legendPosition":"bottomLeft","animate":{},"label":{"fontSize":8}}}},{"name":"Bar","elementName":"Chart.Bar","style":{"top":196,"left":249,"width":246,"height":257,"transform":{}},"props":{"data":{"path":"CustomerOrders","converter":{"code":"return {\n  format:function(customers){\n    var orders = customers[0].orders;\n    var result = _lodash.map(orders,function(order){\n      //console.log(order);\n      return _lodash.map(_lodash.take(order.products,2),function(product){\n    \t//console.log(product);\n        return {\n          name:product.itemNbr,\n          price:product.extendedPrice,\n          quantity:product.quantity\n        }\n      })\n    });\n    //console.log(result[0]);\n    //console.log(\"Result:\" + result[0]);\n    return result;\n  }\n}","compiled":"\"use strict\";\n\n(function () {\n  return {\n    format: function format(customers) {\n      var orders = customers[0].orders;\n      var result = _lodash.map(orders, function (order) {\n        //console.log(order);\n        return _lodash.map(_lodash.take(order.products, 2), function (product) {\n          //console.log(product);\n          return {\n            name: product.itemNbr,\n            price: product.extendedPrice,\n            quantity: product.quantity\n          };\n        });\n      });\n      //console.log(result[0]);\n      //console.log(\"Result:\" + result[0]);\n      return result;\n    }\n  };\n})();"},"mode":"OneWay"},"accessorKey":"price","options":{"width":200,"height":180,"margin":{"left":35},"animate":{},"axisX":{"showAxis":false,"label":{}},"axisY":{"showAxis":true,"showLabels":true,"label":{}}}}},{"name":"Scatterplot","elementName":"Chart.Scatterplot","style":{"top":456,"left":-3,"width":506,"height":265,"transform":{}},"props":{"data":{"path":"StockNumbers.data","converter":{"code":"return {\n  format:function(items){\n    var aFce= (item,i)=>{return {x:i,y:item.a,title:item.title}};\n    var result = [_lodash.map(items,aFce)];\n    return result;\n  }\n}","compiled":"\"use strict\";\n\n(function () {\n  return {\n    format: function format(items) {\n      var aFce = function aFce(item, i) {\n        return { x: i, y: item.a, title: item.title };\n      };\n      var result = [_lodash.map(items, aFce)];\n      return result;\n    }\n  };\n})();"},"mode":"OneWay"},"xKey":"x","yKey":"y","options":{"width":400,"height":200,"margin":{"top":20},"animate":{},"label":{},"axisX":{"label":{}},"axisY":{"label":{}}}}},{"name":"SmoothLine","elementName":"Chart.SmoothLine","style":{"top":720,"width":502,"height":245,"transform":{}},"props":{"data":{"path":"StockNumbers.data","converter":{"code":"return {\n  format:function(items){\n    var aFce = (item,i)=>{return {x:i,y:item.a,title:item.title}};\n    var bFce = (item,i)=>{return {x:i,y:item.b,title:item.title}};\n    var cFce = (item,i)=>{return {x:i,y:item.c,title:item.title}};\n    \n    return [_lodash.map(items,aFce),_lodash.map(items,bFce),_lodash.map(items,cFce)]\n  }\n}\n","compiled":"\"use strict\";\n\n(function () {\n  return {\n    format: function format(items) {\n      var aFce = function aFce(item, i) {\n        return { x: i, y: item.a, title: item.title };\n      };\n      var bFce = function bFce(item, i) {\n        return { x: i, y: item.b, title: item.title };\n      };\n      var cFce = function cFce(item, i) {\n        return { x: i, y: item.c, title: item.title };\n      };\n\n      return [_lodash.map(items, aFce), _lodash.map(items, bFce), _lodash.map(items, cFce)];\n    }\n  };\n})();"},"mode":"OneWay"},"xKey":"x","yKey":"y","options":{"width":400,"height":200,"margin":{"top":0,"bottom":20},"animate":{},"axisX":{"label":{}},"axisY":{"label":{}}}}},{"name":"Radar","elementName":"Chart.Radar","style":{"top":0,"left":303,"width":200,"height":198,"transform":{}},"props":{"data":{"path":"CustomerOrders","converter":{"code":"return {\n  format:function(customers){\n    var orders = customers[0].orders;\n    var result = _lodash.map(orders,function(order){\n      return _lodash.reduce(order.products,function(memo,product){\n        memo[product.itemNbr] = (product.extendedPrice / order.orderTotal) * 100;\n        return memo;\n      },{});\n    });\n    console.log(result);\n    return result;\n  }\n}","compiled":"\"use strict\";\n\n(function () {\n  return {\n    format: function format(customers) {\n      var orders = customers[0].orders;\n      var result = _lodash.map(orders, function (order) {\n        return _lodash.reduce(order.products, function (memo, product) {\n          memo[product.itemNbr] = product.extendedPrice / order.orderTotal * 100;\n          return memo;\n        }, {});\n      });\n      console.log(result);\n      return result;\n    }\n  };\n})();"},"mode":"OneWay"},"options":{"width":150,"height":140,"margin":{},"r":80,"animate":{},"label":{}}}}],"containers":[]}],"data":{},"props":{"defaultData":{"CustomerOrders":[{"name":"Wiegand LLC","address1":"01323 Thalia Points","city":"New Filomenafurt","state":"KY","zip":"63540-4714","employees":42,"orders":[{"orderNbr":"5937735","orderDate":"2015-08-14T06:54:21.816Z","products":[{"itemNbr":"I-32919","description":"numquam rerum occaecati quo sunt eius quo","unitPrice":6.5,"quantity":67,"extendedPrice":435.5},{"itemNbr":"I-79633","description":"delectus molestiae fuga illo qui incidunt quam ipsam enim","unitPrice":9.5,"quantity":67,"extendedPrice":636.5},{"itemNbr":"I-45229","description":"cupiditate aut ad vitae quidem aperiam","unitPrice":12.5,"quantity":97,"extendedPrice":1212.5},{"itemNbr":"I-06244","description":"quis ea debitis voluptatem rem","unitPrice":9.5,"quantity":79,"extendedPrice":750.5},{"itemNbr":"I-26794","description":"non atque quo voluptates aut","unitPrice":2.5,"quantity":29,"extendedPrice":72.5},{"itemNbr":"I-11278","description":"aliquam autem culpa qui ipsa fuga earum porro","unitPrice":7.5,"quantity":65,"extendedPrice":487.5}],"orderTotal":3595},{"orderNbr":"6011497","orderDate":"2015-08-14T06:54:21.818Z","products":[{"itemNbr":"I-11091","description":"similique voluptate quo sunt perferendis","unitPrice":7.5,"quantity":22,"extendedPrice":165},{"itemNbr":"I-36052","description":"est alias sapiente quidem ut","unitPrice":6.5,"quantity":17,"extendedPrice":110.5},{"itemNbr":"I-71123","description":"saepe asperiores rerum et in ut","unitPrice":6.5,"quantity":34,"extendedPrice":221},{"itemNbr":"I-70771","description":"quam rerum ullam vero odit perspiciatis officiis","unitPrice":4.5,"quantity":47,"extendedPrice":211.5},{"itemNbr":"I-55825","description":"at enim repellat consequatur excepturi qui eius a","unitPrice":11.5,"quantity":7,"extendedPrice":80.5},{"itemNbr":"I-24433","description":"sint odio delectus","unitPrice":9.5,"quantity":39,"extendedPrice":370.5},{"itemNbr":"I-50094","description":"delectus sed quia debitis voluptatem ut eum autem","unitPrice":3.5,"quantity":17,"extendedPrice":59.5},{"itemNbr":"I-21780","description":"non accusantium corrupti fugiat sit sint","unitPrice":8.5,"quantity":64,"extendedPrice":544}],"orderTotal":1762.5}]},{"name":"Pfannerstill, Gulgowski and Ullrich","address1":"937 Schoen Oval","city":"South Agustin","state":"DC","zip":"85470-3936","employees":64,"orders":[{"orderNbr":"1239207","orderDate":"2015-08-16T06:54:21.821Z","products":[{"itemNbr":"I-31727","description":"hic amet dignissimos culpa cum","unitPrice":9.5,"quantity":89,"extendedPrice":845.5},{"itemNbr":"I-82178","description":"adipisci aut ipsum praesentium odio eos qui ea","unitPrice":12.5,"quantity":71,"extendedPrice":887.5},{"itemNbr":"I-63690","description":"voluptas aut facere sit consequatur sit","unitPrice":10.5,"quantity":62,"extendedPrice":651},{"itemNbr":"I-84580","description":"sit sed molestiae minus","unitPrice":3.5,"quantity":29,"extendedPrice":101.5},{"itemNbr":"I-49977","description":"autem illum rerum illo nisi adipisci dolor in magni","unitPrice":13.5,"quantity":52,"extendedPrice":702},{"itemNbr":"I-85118","description":"hic atque labore non pariatur adipisci quod eligendi est","unitPrice":13.5,"quantity":98,"extendedPrice":1323},{"itemNbr":"I-09941","description":"rerum consequatur cupiditate et quo placeat","unitPrice":3.5,"quantity":43,"extendedPrice":150.5}],"orderTotal":4661},{"orderNbr":"0151487","orderDate":"2015-08-15T06:54:21.823Z","products":[{"itemNbr":"I-99424","description":"molestiae dignissimos aut ut et","unitPrice":4.5,"quantity":2,"extendedPrice":9},{"itemNbr":"I-17555","description":"officia id quae eius nihil voluptatem temporibus autem","unitPrice":5.5,"quantity":87,"extendedPrice":478.5}],"orderTotal":487.5}]},{"name":"Cummings-Luettgen","address1":"76897 Metz Crescent","city":"South Mikayla","state":"WY","zip":"39285","employees":69,"orders":[{"orderNbr":"3531308","orderDate":"2015-08-15T06:54:21.824Z","products":[{"itemNbr":"I-53358","description":"repellendus nihil qui repudiandae cum","unitPrice":13.5,"quantity":74,"extendedPrice":999},{"itemNbr":"I-27295","description":"ducimus dolores velit odit dolore voluptas atque et","unitPrice":10.5,"quantity":36,"extendedPrice":378},{"itemNbr":"I-84993","description":"animi illum aspernatur facilis eligendi","unitPrice":11.5,"quantity":71,"extendedPrice":816.5},{"itemNbr":"I-40961","description":"doloremque accusamus blanditiis voluptatem dignissimos voluptas veniam","unitPrice":5.5,"quantity":36,"extendedPrice":198},{"itemNbr":"I-54383","description":"eum saepe in odit aut omnis iure aliquid","unitPrice":9.5,"quantity":43,"extendedPrice":408.5}],"orderTotal":2800},{"orderNbr":"3800189","orderDate":"2015-08-16T06:54:21.826Z","products":[{"itemNbr":"I-64599","description":"repellendus incidunt explicabo","unitPrice":4.5,"quantity":88,"extendedPrice":396},{"itemNbr":"I-47283","description":"quos aut inventore a est ratione quas","unitPrice":9.5,"quantity":75,"extendedPrice":712.5},{"itemNbr":"I-65185","description":"dolorum occaecati rerum","unitPrice":2.5,"quantity":98,"extendedPrice":245}],"orderTotal":1353.5}]},{"name":"Sporer, Guªann and Rutherford","address1":"918 Dee Viaduct","city":"Boylebury","state":"NH","zip":"20225","employees":51,"orders":[{"orderNbr":"7238257","orderDate":"2015-08-16T06:54:21.827Z","products":[{"itemNbr":"I-74563","description":"nobis quasi quas veritatis","unitPrice":11.5,"quantity":39,"extendedPrice":448.5},{"itemNbr":"I-19813","description":"reiciendis quia autem ut hic eligendi et doloribus","unitPrice":10.5,"quantity":63,"extendedPrice":661.5},{"itemNbr":"I-37943","description":"laudantium sunt et amet","unitPrice":5.5,"quantity":31,"extendedPrice":170.5},{"itemNbr":"I-63304","description":"aut voluptatem cupiditate sit nihil eum","unitPrice":4.5,"quantity":8,"extendedPrice":36}],"orderTotal":1316.5},{"orderNbr":"4945083","orderDate":"2015-08-15T06:54:21.829Z","products":[{"itemNbr":"I-90535","description":"sunt eligendi doloremque provident at voluptate et dicta labore","unitPrice":10.5,"quantity":28,"extendedPrice":294},{"itemNbr":"I-77720","description":"alias incidunt dicta enim","unitPrice":13.5,"quantity":29,"extendedPrice":391.5}],"orderTotal":685.5}]},{"name":"Johns, Murphy and Bailey","address1":"87339 Zemlak Field","city":"Port Valentinabury","state":"MO","zip":"01407","employees":125,"orders":[{"orderNbr":"5177416","orderDate":"2015-08-16T06:54:21.830Z","products":[{"itemNbr":"I-64341","description":"ut aspernatur modi culpa doloremque","unitPrice":7.5,"quantity":11,"extendedPrice":82.5},{"itemNbr":"I-11457","description":"consequatur animi ut est officiis dolorem amet reprehenderit nostrum","unitPrice":7.5,"quantity":84,"extendedPrice":630},{"itemNbr":"I-54899","description":"debitis eos rerum voluptates rerum ut","unitPrice":14.5,"quantity":13,"extendedPrice":188.5}],"orderTotal":901},{"orderNbr":"2354114","orderDate":"2015-08-17T06:54:21.831Z","products":[{"itemNbr":"I-76162","description":"eum ipsa nobis et aut autem","unitPrice":7.5,"quantity":95,"extendedPrice":712.5},{"itemNbr":"I-00392","description":"ut in et et inventore debitis","unitPrice":7.5,"quantity":49,"extendedPrice":367.5}],"orderTotal":1080}]},{"name":"Grant, Satterfield and Lesch","address1":"768 Stark Union","city":"Lake Hanna","state":"TX","zip":"01641","employees":95,"orders":[{"orderNbr":"0172428","orderDate":"2015-08-14T06:54:21.832Z","products":[{"itemNbr":"I-87595","description":"dolorum et impedit","unitPrice":11.5,"quantity":11,"extendedPrice":126.5},{"itemNbr":"I-17813","description":"eligendi omnis repellat quasi non maxime qui consequatur ut","unitPrice":2.5,"quantity":86,"extendedPrice":215},{"itemNbr":"I-17188","description":"veniam quia qui maxime hic","unitPrice":3.5,"quantity":79,"extendedPrice":276.5},{"itemNbr":"I-72328","description":"sint voluptatem omnis voluptate error expedita","unitPrice":13.5,"quantity":13,"extendedPrice":175.5},{"itemNbr":"I-99378","description":"ad blanditiis iste nesciunt dolorum dolore et officiis","unitPrice":3.5,"quantity":17,"extendedPrice":59.5},{"itemNbr":"I-44447","description":"sunt distinctio quam est","unitPrice":8.5,"quantity":51,"extendedPrice":433.5},{"itemNbr":"I-83396","description":"sit minima earum eligendi ut","unitPrice":4.5,"quantity":87,"extendedPrice":391.5},{"itemNbr":"I-46280","description":"quaerat at modi","unitPrice":6.5,"quantity":87,"extendedPrice":565.5}],"orderTotal":2243.5},{"orderNbr":"2537861","orderDate":"2015-08-16T06:54:21.835Z","products":[{"itemNbr":"I-36335","description":"fugit omnis labore mollitia saepe qui dolor quis","unitPrice":11.5,"quantity":49,"extendedPrice":563.5},{"itemNbr":"I-04267","description":"consequatur omnis commodi reprehenderit explicabo excepturi laborum incidunt eaque","unitPrice":12.5,"quantity":56,"extendedPrice":700},{"itemNbr":"I-89774","description":"distinctio nihil quasi","unitPrice":8.5,"quantity":56,"extendedPrice":476},{"itemNbr":"I-46401","description":"aut voluptas a","unitPrice":11.5,"quantity":45,"extendedPrice":517.5},{"itemNbr":"I-74026","description":"quo laudantium numquam nemo","unitPrice":4.5,"quantity":37,"extendedPrice":166.5}],"orderTotal":2423.5}]},{"name":"Kling, Jacobi and Waelchi","address1":"911 Hickle Loop","city":"East Cristobalville","state":"LA","zip":"05154","employees":43,"orders":[{"orderNbr":"7623908","orderDate":"2015-08-15T06:54:21.837Z","products":[{"itemNbr":"I-86334","description":"adipisci non dolorem","unitPrice":10.5,"quantity":35,"extendedPrice":367.5},{"itemNbr":"I-92027","description":"eaque illum dolores eveniet aut occaecati voluptas","unitPrice":12.5,"quantity":88,"extendedPrice":1100},{"itemNbr":"I-61952","description":"earum et autem ex dolores illo sit","unitPrice":11.5,"quantity":42,"extendedPrice":483},{"itemNbr":"I-76726","description":"dolore cumque maiores quasi cum","unitPrice":8.5,"quantity":1,"extendedPrice":8.5},{"itemNbr":"I-90310","description":"in eveniet nesciunt quam dicta ullam","unitPrice":8.5,"quantity":30,"extendedPrice":255},{"itemNbr":"I-27533","description":"quis minus sint similique rerum","unitPrice":12.5,"quantity":39,"extendedPrice":487.5},{"itemNbr":"I-86431","description":"voluptatem non magni repellat laudantium corporis quia id et","unitPrice":3.5,"quantity":91,"extendedPrice":318.5},{"itemNbr":"I-25266","description":"nulla officiis dolores molestiae error cupiditate quibusdam soluta ducimus","unitPrice":13.5,"quantity":11,"extendedPrice":148.5}],"orderTotal":3168.5},{"orderNbr":"8789745","orderDate":"2015-08-17T06:54:21.840Z","products":[{"itemNbr":"I-90611","description":"error cumque dignissimos voluptate rerum aut hic aspernatur","unitPrice":10.5,"quantity":4,"extendedPrice":42},{"itemNbr":"I-14463","description":"quis ut dolor","unitPrice":13.5,"quantity":88,"extendedPrice":1188},{"itemNbr":"I-81236","description":"eos sunt ut et voluptatem expedita accusantium","unitPrice":6.5,"quantity":33,"extendedPrice":214.5},{"itemNbr":"I-11531","description":"quam dolores quasi dolorem molestiae","unitPrice":4.5,"quantity":95,"extendedPrice":427.5}],"orderTotal":1872}]},{"name":"Greenfelder Inc","address1":"3951 Herman Vista","city":"Josephineport","state":"WV","zip":"12175-3621","employees":84,"orders":[{"orderNbr":"9049512","orderDate":"2015-08-15T06:54:21.842Z","products":[{"itemNbr":"I-91180","description":"non architecto at quidem","unitPrice":10.5,"quantity":96,"extendedPrice":1008},{"itemNbr":"I-71129","description":"iure tempore qui odio","unitPrice":3.5,"quantity":98,"extendedPrice":343},{"itemNbr":"I-66294","description":"qui illo aut dolorem et","unitPrice":9.5,"quantity":54,"extendedPrice":513},{"itemNbr":"I-11152","description":"maxime veritatis error amet corporis voluptatem facere","unitPrice":10.5,"quantity":55,"extendedPrice":577.5}],"orderTotal":2441.5},{"orderNbr":"8814260","orderDate":"2015-08-16T06:54:21.844Z","products":[{"itemNbr":"I-31463","description":"quos at placeat","unitPrice":10.5,"quantity":3,"extendedPrice":31.5},{"itemNbr":"I-24147","description":"expedita distinctio rerum illum aliquid neque omnis veritatis","unitPrice":6.5,"quantity":71,"extendedPrice":461.5},{"itemNbr":"I-40450","description":"consequatur non est architecto","unitPrice":8.5,"quantity":73,"extendedPrice":620.5},{"itemNbr":"I-35299","description":"ducimus nisi consectetur ab","unitPrice":7.5,"quantity":23,"extendedPrice":172.5},{"itemNbr":"I-51115","description":"labore perspiciatis laborum a distinctio quia cupiditate tempora","unitPrice":12.5,"quantity":7,"extendedPrice":87.5},{"itemNbr":"I-18834","description":"eum quae et corrupti voluptates labore","unitPrice":9.5,"quantity":76,"extendedPrice":722},{"itemNbr":"I-60359","description":"consequatur quia sunt magnam illo omnis provident quis unde","unitPrice":13.5,"quantity":74,"extendedPrice":999}],"orderTotal":3094.5}]}],"StockNumbers":{"data":[{"title":"Roraima","a":64083,"b":176632,"c":146260},{"title":"Mato Grosso do Sul","a":71491,"b":157040,"c":152253},{"title":"Rio Grande do Norte","a":35589,"b":156843,"c":198311},{"title":"Rondônia","a":39358,"b":146631,"c":287127},{"title":"Minas Gerais","a":34825,"b":109805,"c":216197},{"title":"Bahia","a":77565,"b":120761,"c":238352},{"title":"Paraná","a":91676,"b":108185,"c":294533},{"title":"Amapá","a":36476,"b":198190,"c":192839},{"title":"Pará","a":50030,"b":127010,"c":234837},{"title":"Pará","a":83749,"b":157261,"c":296999},{"title":"Paraná","a":67490,"b":96874,"c":155124},{"title":"Paraná","a":47706,"b":199733,"c":285336},{"title":"Maranhão","a":62391,"b":165249,"c":114883},{"title":"São Paulo","a":71225,"b":163555,"c":203122},{"title":"Piauí","a":92917,"b":69678,"c":185086},{"title":"Paraíba","a":89124,"b":84693,"c":189939},{"title":"Acre","a":52436,"b":62766,"c":190293},{"title":"Santa Catarina","a":82767,"b":171753,"c":103256},{"title":"Rio Grande do Sul","a":14234,"b":109240,"c":212879},{"title":"Amapá","a":55023,"b":114324,"c":244328},{"title":"Bahia","a":47949,"b":99247,"c":202229},{"title":"Sergipe","a":45586,"b":100179,"c":195224},{"title":"Paraíba","a":88847,"b":148317,"c":269476},{"title":"Ceará","a":49815,"b":82375,"c":227411},{"title":"Bahia","a":50299,"b":56671,"c":262222},{"title":"Maranhão","a":83874,"b":152760,"c":266452},{"title":"Roraima","a":88984,"b":128833,"c":257116},{"title":"São Paulo","a":58088,"b":199158,"c":280865},{"title":"Acre","a":87483,"b":98575,"c":249580},{"title":"Pernambuco","a":36203,"b":107611,"c":249796},{"title":"Bahia","a":34296,"b":109889,"c":196707},{"title":"Espírito Santo","a":64611,"b":99947,"c":249514},{"title":"Pará","a":26721,"b":195450,"c":124112},{"title":"São Paulo","a":27023,"b":98897,"c":170888},{"title":"Paraná","a":95138,"b":83368,"c":280165},{"title":"Rondônia","a":76068,"b":166426,"c":205167},{"title":"Tocantins","a":30666,"b":82403,"c":275983},{"title":"Sergipe","a":82670,"b":92481,"c":174897},{"title":"Tocantins","a":77966,"b":54838,"c":260585},{"title":"Pernambuco","a":31581,"b":101063,"c":225613},{"title":"Amazonas","a":61897,"b":150715,"c":117304},{"title":"Amapá","a":43744,"b":76237,"c":251496},{"title":"Maranhão","a":71281,"b":139615,"c":260555},{"title":"Acre","a":33638,"b":95038,"c":205825},{"title":"Espírito Santo","a":18171,"b":52513,"c":120463},{"title":"Piauí","a":75034,"b":135877,"c":209973},{"title":"Distrito Federal","a":90867,"b":131580,"c":141121},{"title":"Alagoas","a":89112,"b":143388,"c":204701}]},"StateTree":{"name":"Root","children":[{"name":"Roraima","children":[{"name":"Willms"},{"name":"Kuphal"}]},{"name":"Amazonas","children":[{"name":"Harªann"},{"name":"Corwin"}]}]}},"context":{}}}