Archived
1
0
This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2024-09-24 14:54:57 +02:00

390 B
Vendored

Decodes a JSON string into a table.

result, err = json.decode("s")

Parameters

s is the string to decode.

Return Value

result is the resulting table, or nil on failure

err is the error message if there is one available, always set to nil on success

Availability

Premake 5.0 or later.

See Also