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