3#include <SimoxUtility/json.h>
5#include <RobotAPI/interface/ArViz/Component.h>
10 void to_json(nlohmann::json& j,
const LayerUpdate& update);
11 void from_json(
const nlohmann::json& j, LayerUpdate& update);
13 void to_json(nlohmann::json& j,
const LayerUpdates& update);
14 void from_json(
const nlohmann::json& j, LayerUpdates& update);
void to_json(nlohmann::json &j, RecordingBatchHeader const &batch)
void from_json(nlohmann::json const &j, RecordingBatchHeader &batch)