16 Result<json>
parseToJson(std::vector<Samples> samples, use_json_t);
Result< json > parseToJson(T message, use_json_t)
Converts a T to a JSON object using JSON.
Result< T > parseFromJson(json json, use_json_t)
Converts a JSON string to a T using JSON.
nlohmann::json json
Definition parser.hpp:4