-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-9816] JSON Unmarshal special case
Unmarshaling a the string "null" results in a nil which is unexpected by statecouchdb. This causes a downstream failure. This change adds handling for the special case of string "null". Change-Id: I37cd5c07a6da42a37b441225e809de8c9f0c1d93 Signed-off-by: Chris Elder <[email protected]>
- Loading branch information
Chris Elder
committed
Jun 12, 2018
1 parent
ff47486
commit b73d94c
Showing
2 changed files
with
12 additions
and
1 deletion.
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