mirror of
https://github.com/nlohmann/json.git
synced 2026-03-27 11:22:49 +00:00
+ more test cases
This commit is contained in:
@@ -1940,11 +1940,6 @@ JSON::Parser::~Parser()
|
||||
*/
|
||||
void JSON::Parser::parse(JSON& result)
|
||||
{
|
||||
if (_buffer == nullptr)
|
||||
{
|
||||
error("unexpected end of file");
|
||||
}
|
||||
|
||||
switch (_current)
|
||||
{
|
||||
case ('{'):
|
||||
|
||||
Reference in New Issue
Block a user