|
Json Box
0.6.1
This is a JSON C++ library. It can write and read JSON files with ease and speed.
|
Variables | |
| const char | SPACE = ' ' |
| const char | HORIZONTAL_TAB = '\t' |
| const char | NEW_LINE = '\n' |
| const char | CARRIAGE_RETURN = '\r' |
| 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 = ' ' |
1.8.9.1