ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
IJsonConvertible.cpp File Reference
#include "IJsonConvertible.h"
#include "Logging.h"
#include <json/json.h>
#include <string>
Include dependency graph for IJsonConvertible.cpp:

Go to the source code of this file.

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 
 cloudViewer::utility
 

Functions

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