Commit 54a0de5
committed
Preserve spaces in plain strings
Treat double-quote characters at the beginning of the received JSON as
the beginning of a string.
Previously, a double-quote character at position 0 of the received JSON
was disregarded (causing any spaces in the JSON string to be removed).1 parent 4dce67f commit 54a0de5
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
0 commit comments