Giri's C++ Support Library
C++ library providing everything you need to quickly create awesome applications.
giri::json::utility Namespace Reference

Collection of helper functions and objects. More...

Functions

std::string json_escape (const std::string &str)
 

Variables

const json::error_category json_error_category
 

Detailed Description

Collection of helper functions and objects.

Function Documentation

◆ json_escape()

std::string giri::json::utility::json_escape ( const std::string &  str)
inline
Parameters
strString to escape
Returns
A escaped version of the given string.

Variable Documentation

◆ json_error_category

const json::error_category giri::json::utility::json_error_category
inline

Instance of json::error_category, can be reused, no need to create multiple instances