|
Json Box
0.6.1
This is a JSON C++ library. It can write and read JSON files with ease and speed.
|
#include <Escaper.h>
Public Member Functions | |
| Escaper () | |
| std::streambuf::int_type | operator() (std::streambuf &destination, std::streambuf::int_type character) |
Private Attributes | |
| bool | afterBackSlash |
| bool | inString |
| JsonBox::Escaper::Escaper | ( | ) |
| std::streambuf::int_type JsonBox::Escaper::operator() | ( | std::streambuf & | destination, |
| std::streambuf::int_type | character | ||
| ) |
|
private |
|
private |
1.8.9.1