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

test: add ValidJSON and ValidJSONBytes assertions #104

Merged
merged 1 commit into from
Jan 28, 2023
Merged

Conversation

shoenig
Copy link
Owner

@shoenig shoenig commented Jan 28, 2023

Add heper methods that defer to Go json.Valid function for checking
a string or byte slice is valid json.

Closes #103

Add heper methods that defer to Go json.Valid function for checking
a string or byte slice is valid json.

Closes #103
@shoenig shoenig merged commit 56f8832 into main Jan 28, 2023
@shoenig shoenig deleted the json-valid branch December 15, 2023 15:17
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.

idea: helper for json.Valid
1 participant