util.JSONToTable
table or nil util.JSONToTable( string json, boolean ignoreLimits = false, boolean ignoreConversions = false )
Description
Arguments
2 boolean ignoreLimits = false
ignore the depth and breadth limits, use at your own risk!.
If this is false, there is a limit of 15,000 keys total.
3 boolean ignoreConversions = false
ignore string to number conversions for table keys.
if this is false, keys are converted to numbers wherever possible. This means using Player:SteamID64 as keys won't work.
Returns
Page views: 40,105
Updated: Last Week
Updated: Last Week