get_json_str_by_uid method

get_json_str_by_uid(self, uid, filename)

Gets the JSON string of the file from the cache using the specified unique id,set the output filename in the JSON.

Returns

The JSON string


def get_json_str_by_uid(self, uid, filename):
    ...
ParameterTypeDescription
uidSystem.StringThe unique id for the file cache.
filenameSystem.StringSpecifies the file name in the JSON. If set to null,the default filename is: book1.

See Also