|
Joedb 10.3.0
The Journal-Only Embedded Database
|
#include <iosfwd>#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | joedb |
Enumerations | |
| enum | joedb::JSON_Error { joedb::ok = 0 , joedb::utf8 = 1 , joedb::infnan = 2 } |
Functions | |
| int | joedb::write_json (std::ostream &out, const Readable &db, bool base64) |
| int | joedb::write_json_string (std::ostream &out, const std::string &s, bool base64) |