Go to the documentation of this file.
3 #include <SimoxUtility/json/json.h>
16 void to_json(simox::json::json& j,
const ObjectPose& op);
17 void from_json(
const simox::json::json& j, ObjectPose& op);
23 void to_json(simox::json::json& j,
const SceneObject& rhs);
24 void from_json(
const simox::json::json& j, SceneObject& rhs);
26 void to_json(simox::json::json& j,
const Scene& rhs);
27 void from_json(
const simox::json::json& j, Scene& rhs);
void to_json(nlohmann::json &j, const Vector2f &value)
std::shared_ptr< Value > value()
This file is part of ArmarX.
void from_json(const simox::json::json &j, ObjectPose &op)
void to_json(simox::json::json &j, const ObjectPose &op)
void to_json(simox::json::json &j, const SceneObject &rhs)
void from_json(const nlohmann::json &j, Vector2f &value)
void from_json(const simox::json::json &j, SceneObject &rhs)
This file offers overloads of toIce() and fromIce() functions for STL container types.