Easy returns

This commit is contained in:
Cinder Roxley
2024-07-01 12:17:07 -05:00
parent 9df9e2d0ba
commit 6ee065573e
19 changed files with 41 additions and 168 deletions

View File

@@ -412,10 +412,7 @@ namespace LitJson
throw new JsonException (
"Input doesn't evaluate to proper JSON text");
if (parser_return)
return true;
return false;
return parser_return;
}
continue;