1.. Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht
2
3   Distributed under the terms of the BSD 3-Clause License.
4
5   The full license is in the file LICENSE, distributed with this software.
6
7xjson: serialize to/from JSON
8=============================
9
10Defined in ``xtensor/xjson.hpp``
11
12.. doxygenfunction:: xt::to_json(nlohmann::json&, const E&);
13   :project: xtensor
14
15.. doxygenfunction:: xt::from_json(const nlohmann::json&, E&);
16   :project: xtensor
17