static Set jsonKeyTree(S json) { ret jsonKeyTree(jsonDecode(json)); } static Set jsonKeyTree(O data) { ret new JSONKeyTree().get(data); }