The error reported for
{"abc":32,}
changes from
JSON parse error, expecting value
to
JSON parse error, key is not a string in object
I like the new one less.
This is check-qjson.c case /errors/invalid_dict_comma.
The error reported for
{"abc":32,}
changes from
JSON parse error, expecting value
to
JSON parse error, key is not a string in object
I like the new one less.
This is check-qjson.c case /errors/invalid_dict_comma.