sS jsonKeyTree(S json) { ret jsonKeyTree(jsonDecode(json)); } sS jsonKeyTree(O data) { ret new JSONKeyTree().render(data); }