Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 474 Bytes

xjson.rst

File metadata and controls

16 lines (10 loc) · 474 Bytes

xjson: serialize to/from JSON

Defined in xtensor/xjson.hpp

.. doxygenfunction:: xt::to_json(nlohmann::json&, const E&);
   :project: xtensor

.. doxygenfunction:: xt::from_json(const nlohmann::json&, E&);
   :project: xtensor