case ';':
case ',':
if (x.nextClean() == '}') {
return Collections.unmodifiableMap(parameters);
}
x.back();
break;
case '}':
return Collections.unmodifiableMap(parameters);
default:
throw new OAuthRuntimeException(format("String '%s' is not a valid JSON object representation, Expected a ',' or '}",