Trim strings in JSONNode fromString instance
The parser is too strict with regards to trailing (and preceding) whitespace. This fix allows additional whitespace by first trimming the input.
The parser is too strict with regards to trailing (and preceding) whitespace. This fix allows additional whitespace by first trimming the input.
This will create a new commit in order to revert the existing changes.