static S json(O o) { ret jsonEncode(o); } static void json(O o, StringBuilder buf) { jsonEncode(o, buf); }