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

Added Matcher::JSON to match json bodies. #22

Merged
merged 1 commit into from
Aug 29, 2017

Conversation

andir
Copy link
Contributor

@andir andir commented Aug 29, 2017

This is helpful in scenarios where the posted body is expected to be a
JSON document. Since the order of keys in a JSON document is not
guaranteed it is required to compare the paresed representation.

This is helpful in scenarios where the posted body is expected to be a
JSON document. Since the order of keys in a JSON document is not
guaranteed it is required to compare the paresed representation.
@andir andir force-pushed the add-json-matcher branch from 5587678 to 6ba0f0d Compare August 29, 2017 16:33
@lipanski lipanski merged commit 3686240 into lipanski:master Aug 29, 2017
@lipanski
Copy link
Owner

looks good 👍 thanks!

@lipanski
Copy link
Owner

0.9.0 is out with your change 🚢

@andir andir deleted the add-json-matcher branch August 29, 2017 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants