static void CheckEndOfExpression(JsonTokenizer tokenizer) { if (tokenizer.TryReadNext()) { ThrowUnexpected(tokenizer); } }