Metodo get_json_str_by_uid

get_json_str_by_uid

Ottiene la stringa di formato JSON dalla cache dei file in base all’ID univoco specificato.

ritorna

La stringa di formato JSON

def get_json_str_by_uid(self, uid, filename):
    ...
ParametroTipoDescrizione
uidstrL’ID univoco per la cache dei file.
filenamestrSpecifica il nome file in JSON. Se impostato su null, il nome file predefinito è: book1.

Guarda anche