Closed ChaseWagoner closed 7 years ago
Fixes #152.
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).
Awesome! I have some PRs to review this weekend, I'll try to get everything merged. Thanks!
Fixes #152.
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).