parcel 0.2.2
Wrappable, wire-transferable C++23 value system with JSON serialization
Loading...
Searching...
No Matches
json.h
Go to the documentation of this file.
1#pragma once
2
12#include <nlohmann/json.hpp>
13
14#include <commons/json.hpp>
15
16namespace parcel {
17
19using json_t = nlohmann::json;
20
21} // namespace parcel
nlohmann::json json_t
Project-wide alias for nlohmann::json.
Definition json.h:19