ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
IJsonConvertible.h File Reference
#include <fmt/format.h>
#include <Eigen/Core>
#include "CVCoreLib.h"
#include "Eigen.h"
Include dependency graph for IJsonConvertible.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cloudViewer::utility::IJsonConvertible
 
struct  fmt::formatter< Json::Value >
 

Namespaces

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

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...