yql
yql copied to clipboard
increase compatibility with json.Number to avoid accuracy loss of int
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