Commit 188b99b4 authored by Milo Yip's avatar Milo Yip

Clear the stack after parsing and fixes indentation.

parent 74a24377
...@@ -250,6 +250,7 @@ public: ...@@ -250,6 +250,7 @@ public:
RAPIDJSON_PARSE_ERROR_NORETURN("Nothing should follow the root object or array.", is.Tell()); RAPIDJSON_PARSE_ERROR_NORETURN("Nothing should follow the root object or array.", is.Tell());
} }
stack_.Clear();
return !HasParseError(); return !HasParseError();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment