void run () { test_bad_json (); test_edge_cases (); test_copy (); test_move (); }
void run () override { test_bool (); test_bad_json (); test_edge_cases (); test_copy (); test_move (); test_comparisons (); test_compact (); test_nest_limits (); }