Funzione
Veloce
File:ReadJSONAsync
Reads the whole file as a JSON and returns it asynchronously.
Non ancora tradotto
Sintassi
my_file:ReadJSONAsync(callback)
Parametri
| Nome | Tipo | Predefinito | Descrizione |
|---|---|---|---|
callback
|
function | — | Callback with the file read
Firma della callback
function(file_content)
|