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 don't know if this would be considered a bug. There simply isn't a way to know what the original type a property was after it has been stringify'd. It's not guaranteed that all users will want numbers converted back to an integer type.
You could create some type of mapping to run your parsed response through which ensures the data types are converted to your liking.
When my json is like this
i use qs.stringify(json) and qs.parse(json) . but result is
It was obvious that this was a mistake. How should I solve it
I tried to change multiple versions as well, but the latest version still did not fix the problem.
The text was updated successfully, but these errors were encountered: