-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BugFix: JSONStateWriter prettyprint output is nolonger minified. (#1232)
* BugFix: JSONStateWriter prettyprint output is nolonger minified. rapidjson's PrettyWriter extends Writer, but methods are non-virtual, leading to former bug. This fix is best solution of the bad options (heavy templating, dual internal writers). Closes #1231 * Fixup, implementation did not consider nested quotes Would have broken if it encounterd an odd number of nested quotes within a string.
- Loading branch information
Showing
2 changed files
with
28 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters