Replies: 1 comment
-
Hi. The only way to validate the payload is to read the entire payload. You can try decide to a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a use case to validate encoded data against a schema, but I don't actually need to decode it in a native Go value. It appears there is not method to do this today, so if I do pass a value, what would be the most efficient way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions