-
I am using CSGO-API/api/en/stickers.json to get all of the sticker data for a fun little project I am working on. However, I experienced an issue while trying to parse the JSON. The player "910" from "The MongolZ" has his "tournament_player" parameter saved as 910 (the integer) as opposed to "910" (the string). I am curious why this was done this way, as all other players with stickers have their "tournament_player" parameter saved as a string. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, seems like it's a problem with the parser I am using. Checking items_game.txt: Checking the parsed JSON: I think i will convert every name to string to avoid this error. |
Beta Was this translation helpful? Give feedback.
Hi, seems like it's a problem with the parser I am using.
Checking items_game.txt:
Checking the parsed JSON:
I think i will convert every name to string to avoid this error.