Closed jayrav13 closed 8 years ago
This Pull Request resolves #8 - where the resulting JSON had whitespace being generated.
Issue: I was trimming in the wrong places. Resolution: Moved the lstrip() and rstrip() to strings for which it made more sense.
lstrip()
rstrip()
This Pull Request resolves #8 - where the resulting JSON had whitespace being generated.
Issue: I was trimming in the wrong places. Resolution: Moved the
lstrip()
andrstrip()
to strings for which it made more sense.