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
I see, it would have been better to be consistent with json.Marshal. Unfortunately changing that now would be a breaking change, it could cause problems for people who depend on the current behavior of Hjson. Let's leave this issue open, maybe we can do a 4.0 release in the future with breaking changes like this one.
support marshal net.ParseIP(
127.0.0.1
) to 127.0.0.1current result:
support encoding.TextMarshaler should fix this bug.
The text was updated successfully, but these errors were encountered: