This repository was archived by the owner on Jan 18, 2026. It is now read-only.
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
Uh oh!
There was an error while loading. Please reload this page.
-
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