sbool isJSON(S s) { try { ret jsonDecode_quickFail(s) != null; } false; }