Belle II Software
release-08-01-10
|
Visitor Helper for converting a variant value into a JSON string. More...
Public Member Functions | |
std::string | operator() (long value) |
just stringify longs | |
std::string | operator() (double value) |
just stringify doubles | |
std::string | operator() (const std::string &value) |
escape strings if needed and surround by " | |
Visitor Helper for converting a variant value into a JSON string.
Definition at line 65 of file ZMQLogger.h.