We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The json package now has a Valid helper; let's add an assertion on that
Valid
The text was updated successfully, but these errors were encountered:
test: add ValidJSON and ValidJSONBytes assertions
523a131
Add heper methods that defer to Go json.Valid function for checking a string or byte slice is valid json. Closes #103
test: add ValidJSON and ValidJSONBytes assertions (#104)
56f8832
Successfully merging a pull request may close this issue.
The json package now has a
Valid
helper; let's add an assertion on thatThe text was updated successfully, but these errors were encountered: