Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
json.h File Reference
#include <iosfwd>
#include <string>
Include dependency graph for json.h:
This graph shows which files directly or indirectly include this file:

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)