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 found that when I unmarshal string to map, this package trims all values.
I want to remove this behavior because for my app it is necessary to work with the same data as user sent.
How I can do it?
Activity