arviz-devs / InferenceObjects.jl

Storage for results of Bayesian inference
https://julia.arviz.org/InferenceObjects
MIT License
14 stars 1 forks source link

Implementing JSON I/O #53

Open sethaxen opened 1 year ago

sethaxen commented 1 year ago

Python ArviZ has from_json and to_json methods for (de)serializing InferenceData to/from JSON. Similar to InferenceObjectsNetCDF and #6, we could implement a subpackage or extension here to do the same.