armarx.h
Go to the documentation of this file.
1#pragma once
2
3#include <SimoxUtility/json/json.h>
4
6
7namespace armarx::arondto
8{
9
10 void to_json(nlohmann::json& j, const Names& bo);
11 void from_json(const nlohmann::json& j, Names& bo);
12
13} // namespace armarx::arondto
void to_json(nlohmann::json &j, const Names &bo)
Definition armarx.cpp:6
void from_json(const nlohmann::json &j, Names &bo)
Definition armarx.cpp:13