|
Json Box
0.6.1
This is a JSON C++ library. It can write and read JSON files with ease and speed.
|
Variables | |
| const std::string | DIGITS = "0123456789ABCDEFabcdef" |
| const char | DECIMAL_POINT = '.' |
| const char | LOWER_EXP = 'e' |
| const char | UPPER_EXP = 'E' |
| const char | MINUS = '-' |
| const char | PLUS = '+' |
| const char JsonBox::Numbers::DECIMAL_POINT = '.' |
| const std::string JsonBox::Numbers::DIGITS = "0123456789ABCDEFabcdef" |
| const char JsonBox::Numbers::LOWER_EXP = 'e' |
| const char JsonBox::Numbers::MINUS = '-' |
| const char JsonBox::Numbers::PLUS = '+' |
| const char JsonBox::Numbers::UPPER_EXP = 'E' |
1.8.9.1