Error with util.JSONToTable() - Key is being converted to float
1 replies, posted
Hello guys. I was trying to convert this data to a table:
[CODE]
{"CodigoMapa":1,
"JogadoresPartida":{"76561198156630793":{"Morreu":true,"Kills":0,"Ganhou":false,"Equipe":3}},"CodigoPartida":62}
[/CODE]
But when I read this data the key of "JogadoresPartida" is being converted to float:
"7.656119805918e+16" (This is the key value)
Does anyone knows why this is happening?
What about if you try to save steamid64 as string with tostring, or try tofetch that value with tostring than numbe
Sorry, you need to Log In to post a reply to this thread.