Json Box  0.6.1
This is a JSON C++ library. It can write and read JSON files with ease and speed.
Variables
JsonBox::Literals Namespace Reference

Variables

const std::string FALSE_STRING = "false"
 
const std::string TRUE_STRING = "true"
 
const std::string NULL_STRING = "null"
 

Variable Documentation

const std::string JsonBox::Literals::FALSE_STRING = "false"
const std::string JsonBox::Literals::NULL_STRING = "null"
const std::string JsonBox::Literals::TRUE_STRING = "true"