-
Notifications
You must be signed in to change notification settings - Fork 22
Feature: format
as json.Options
#52
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
Comments
We considered making format a first class option, but there are gnarly questions about whether it only applies to the next top-level value or recursively across the entire tree. |
no idea. I'm implementing json unmarshal with custom validation base on go-json-experiment. example: https://github.com/octohelm/courier/blob/main/pkg/validator/arshal_test.go |
Closing as duplicate of #46. |
You may be interested in #138. We're not currently planning on adding this to the initial release of v2, but it is worth filing as a follow-up proposal. |
may marshal or unmarshal value directly, not just in struct
The text was updated successfully, but these errors were encountered: