sajson
High-Performance JSON Parser
|
A simple type encoding a pointer to some memory and a length (in bytes). More...
#include <sajson.h>
Public Member Functions | |
string (const char *text, size_t length) | |
const char * | data () const |
size_t | length () const |
std::string | as_string () const |
A simple type encoding a pointer to some memory and a length (in bytes).
Does not maintain any memory.