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

Variables

const char SPACE = ' '
 
const char HORIZONTAL_TAB = '\t'
 
const char NEW_LINE = '\n'
 
const char CARRIAGE_RETURN = '\r'
 

Variable Documentation

const char JsonBox::Whitespace::CARRIAGE_RETURN = '\r'
const char JsonBox::Whitespace::HORIZONTAL_TAB = '\t'
const char JsonBox::Whitespace::NEW_LINE = '\n'
const char JsonBox::Whitespace::SPACE = ' '