Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
Namespaces | Functions
IJsonConvertible.cpp File Reference

(bba9247 (Tue Jul 28 21:42:19 2026 -0700))

#include "open3d/utility/IJsonConvertible.h"
#include <json/json.h>
#include <string>
#include "open3d/utility/Logging.h"

Namespaces

namespace  open3d
 
namespace  open3d::utility
 

Functions

Json::Value open3d::utility::StringToJson (const std::string &json_str)
 Parse string and convert to Json::value. Throws exception if the conversion is invalid.
 
std::string open3d::utility::JsonToString (const Json::Value &json)
 Serialize a Json::Value to a string.