Skip to content
Snippets Groups Projects
Commit 44edf1b4 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Add an alias simox::json::json = nlohmann::json

parent 7bd0ddb2
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,7 @@ SET(INCLUDES
json/eigen_conversion.h
json/io.h
json/json.hpp
json/json.h
json/util.h
......
......@@ -5,4 +5,5 @@
#include "json/converters.h"
#include "json/eigen_conversion.h"
#include "json/io.h"
#include "json/json.h"
#include "json/util.h"
#pragma once
#include "json.hpp"
namespace simox::json
{
/// A JSON document.
using json = nlohmann::json;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment