arviz.from_json#

arviz.from_json(filename)[source]#

Initialize object from a json file.

Will use the faster ujson (https://github.com/ultrajson/ultrajson) if it is available.

Parameters
filenamestr

location of json file

Returns
InferenceData object