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

Add BeValidJson for checking strings #29

Merged
merged 2 commits into from
Aug 30, 2019

Conversation

ronaldkroon
Copy link
Contributor

It also allows consecutive checks on the parsed JSON using the Which
property.

The check does not limit the valid values to objects and arrays because
of reasons explained here:
https://stackoverflow.com/questions/7487869/is-this-simple-string-considered-valid-json

It also allows consecutive checks on the parsed JSON using the Which
property.

The check does not limit the valid values to objects and arrays because
of reasons explained here:
https://stackoverflow.com/questions/7487869/is-this-simple-string-considered-valid-json
@dennisdoomen dennisdoomen merged commit 6958420 into fluentassertions:master Aug 30, 2019
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.

None yet

2 participants