Joedb 10.4.1
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
json.h File Reference
#include <iosfwd>
#include <string_view>
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, std::string_view s, bool base64)