JSON
Functions
Return Type | Name | Description |
---|---|---|
table |
json.to_table(nlohmann_json json) |
Converts nlohmann_json to a table |
nlohmann_json |
json.from_table(table tbl) |
Converts a table to nlohmann_json |
Types
nlohmann_json
Return Type | Name | Description |
---|---|---|
string |
dump(number? indent) |
Stringify the JSON object |