Serialbox  2.2.0
Data serialization library and tools for C/C++, Python and Fortran
Json.h
Go to the documentation of this file.
1 //===-- serialbox/core/Json.h -------------------------------------------------------*- C++ -*-===//
2 //
3 // S E R I A L B O X
4 //
5 // This file is distributed under terms of BSD license.
6 // See LICENSE.txt for more information
7 //
8 //===------------------------------------------------------------------------------------------===//
9 //
14 //===------------------------------------------------------------------------------------------===//
15 
16 #ifndef SERIALBOX_CORE_JSON_H
17 #define SERIALBOX_CORE_JSON_H
18 
19 #include "serialbox/core/external/json/json.hpp"
20 
25 namespace json = nlohmann;
26 
27 #endif
namespace for Niels Lohmann
Definition: json.hpp:91