You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
I noticed that #414 introduced encoding support for json.Number in yaml.v2. Is there any plan to port this feature to yaml.v3? Happy to put together a PR if that helps.
I noticed that #414 introduced encoding support for
json.Numberinyaml.v2. Is there any plan to port this feature toyaml.v3? Happy to put together a PR if that helps.The following code:
prints
foo: "3", but if I switch toyaml.v2, then it printsfoo: 3.