This commit is contained in:
Bituvo 2024-04-21 09:57:12 -04:00
parent ca187f2de8
commit a9319c3d4d
1 changed files with 1 additions and 1 deletions

View File

@ -6982,7 +6982,7 @@ You can use the gennotify mechanism to transfer this information.
* Gets the internal content ID of `name`
* `minetest.get_name_from_content_id(content_id)`: returns a string
* Gets the name of the content with that content ID
* `minetest.parse_json(string[, nullvalue])`: returns parsed datatype
* `minetest.parse_json(string[, nullvalue])`: returns parsed data
* Convert a string containing JSON data into the Lua equivalent
* `nullvalue`: returned in place of the JSON null; defaults to `nil`
* On success returns a table, a string, a number, a boolean or `nullvalue`