Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix example to not report syntax error on valid JSON input
Adds parse_array_stop(size_t) override which returns true to the root_context class in the streaming.cc example. If not overriden, picojson::deny_parse_context::parse_array_stop(size_t) returns false what causes syntax error. Related issue: #82
- Loading branch information