yql icon indicating copy to clipboard operation
yql copied to clipboard

increase compatibility with json.Number to avoid accuracy loss of int

Open zcs-seu opened this issue 7 years ago • 0 comments

Using encoding/json to marshal/unmarshal a map may cause accuracy loss of int. In terms of this condition, we can use json.Number to avoid. Now I update yql by adding compatibility with json.Number

zcs-seu avatar Dec 12 '18 06:12 zcs-seu