-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support reading JSON data with single quotes around attribute names a…
…nd values (#10273) * Update some tests to use single quotes * enable single quote normalization * signoff Signed-off-by: Andy Grove <[email protected]> * trigger build * copyright years --------- Signed-off-by: Andy Grove <[email protected]>
- Loading branch information
Showing
4 changed files
with
8 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ "number": "2020-09-16" } | ||
{ "number": " 2020-09-16" } | ||
{ "number": "2020-09-16 " } | ||
{ "number": "1581-01-01" } | ||
{ "number": "1583-01-01" } | ||
{ 'number': '2020-09-16' } | ||
{ 'number': ' 2020-09-16' } | ||
{ 'number': '2020-09-16 ' } | ||
{ 'number': '1581-01-01' } | ||
{ 'number': '1583-01-01' } |
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