Maze Builder Docs 6.0.1
|
JSON helper class. More...
#include <json_helper.h>
Public Member Functions | |
json_helper () | |
Default constructor. | |
~json_helper () | |
Destructor. | |
json_helper (const json_helper &other) | |
json_helper & | operator= (const json_helper &other) |
json_helper (json_helper &&other) noexcept=default | |
json_helper & | operator= (json_helper &&other) noexcept=default |
std::string | from (const std::unordered_map< std::string, std::string > &map, int pretty_print=4) const noexcept |
Get the contents of a map as a string in JSON format. | |
JSON helper class.
This class provides methods to convert a map of strings into a JSON string
|
noexcept |
Get the contents of a map as a string in JSON format.
map | |
pretty_print | Number of spaces to use for indenting the JSON string |