Hi,
Still at work and i just thought about this one.
I am planning to load a LARGE json file to my array. Example size is like this:
"https://stats.nba.com/stats/leagueLeaders?LeagueID=00&PerMode=PerGame&Scope=S&Season=2019-20&SeasonType=Pre+Season&StatCategory=PTS"
am wondering how many X and Y index can construct array hold? and how fast will that be loaded to my array?
Thanks!