HolyLib Wiki

FancyJSONToTable

  table util.FancyJSONToTable( string json, boolean ignoreConversions )

Description

Converts the json into a table like util.JSONToTable
This version is noticably faster than Gmod's version and uses less memory in the process.

Recently Added

This was recently added in version (0.73).

Recently Changed

This was recently changed in version (0.8 - DEV).

ignoreConversions argument got added

Arguments

1string json
The json to turn into a table
2boolean ignoreConversions
Make it a pretty json string

Returns

1table output
The final table