-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a flag for allowing single quotes in JSON strings. (#8144)
Add a flag that allows `get_json_object()` to accept JSON with strings using single quotes. Also adds an explicit `get_json_object_options` struct for allowing the user to customize what behaviors they want. Note: stripping quotes from individually returned string values has been left _on_ as default. Authors: - https://github.com/nvdbaranec Approvers: - David Wendt (https://github.com/davidwendt) - Mike Wilson (https://github.com/hyperbolic2346) - Nghia Truong (https://github.com/ttnghia) URL: #8144
- Loading branch information
1 parent
1f9f061
commit 32c1bac
Showing
4 changed files
with
327 additions
and
74 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
Oops, something went wrong.