Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for null values being omitted in the parsed body #81

Merged
merged 1 commit into from
Aug 9, 2019

Conversation

cortinico
Copy link
Member

Looks like when we're parsing the JSON body for pretty printing we're actually omitting nulls.
This PR fixes this plus I've attached some JUnit tests to make sure all works fine.

Fixes #80

@cortinico cortinico added the bug Something isn't working label Aug 9, 2019
@cortinico cortinico added this to the 3.0.0 milestone Aug 9, 2019
@cortinico cortinico requested a review from redwarp August 9, 2019 17:35
@cortinico cortinico self-assigned this Aug 9, 2019
@cortinico cortinico merged commit 397ea20 into develop Aug 9, 2019
@cortinico cortinico deleted the fix-80-null-in-json-parsing branch August 9, 2019 18:59
cortinico added a commit that referenced this pull request Aug 9, 2019
cortinico added a commit that referenced this pull request Aug 12, 2019
* Updating Readme and Screenshots for 3.0.0
* Updating Changelog for 3.0.0
* Add an extra line to the summary of 3.0.0
* Make sure PRs are in a bullet list
* Add the Changelog link in the README file
* Adding TOC to README
* Adding the migration guide
* Fixed link to CHANGELOG document
* Fixed Migrating from 2.x guide
* Adding Migration section
* Adding #81 to the Changelog of 3.0.0
* Integrating @macisamuele feedback into the documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chucker doesn't show explicit nulls
2 participants