sajson
High-Performance JSON Parser
Public Member Functions | List of all members
sajson::literal Class Reference

A convenient way to parse JSON from a string literal. More...

#include <sajson.h>

Inheritance diagram for sajson::literal:
Inheritance graph
[legend]
Collaboration diagram for sajson::literal:
Collaboration graph
[legend]

Public Member Functions

 literal (const char *text)
 
- Public Member Functions inherited from sajson::string
 string (const char *text, size_t length)
 
const char * data () const
 
size_t length () const
 
std::string as_string () const
 

Detailed Description

A convenient way to parse JSON from a string literal.

The string ends at its first NUL character.


The documentation for this class was generated from the following file: