PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
json.h
Go to the documentation of this file.
1/*
2 * -------------------------------------------
3 * Copyright (c) 2021 - 2026 Prashant K. Jha
4 * -------------------------------------------
5 * PeriDEM https://github.com/prashjha/PeriDEM
6 *
7 * Distributed under the Boost Software License, Version 1.0. (See accompanying
8 * file LICENSE)
9 */
10
11#ifndef UTILS_UTIL_JSON_H
12#define UTILS_UTIL_JSON_H
13
14
15#include <nlohmann_json/json.hpp>
16using json = nlohmann::ordered_json;
17
18#endif // UTILS_UTIL_JSON_H
nlohmann::ordered_json json