millijson
Lightweight JSON parser for C++
|
JSON string. More...
#include <millijson.hpp>
Public Member Functions | |
Type | type () const |
Public Member Functions inherited from millijson::Base | |
double | get_number () const |
const std::string & | get_string () const |
bool | get_boolean () const |
const std::unordered_map< std::string, std::shared_ptr< Base > > & | get_object () const |
const std::vector< std::shared_ptr< Base > > & | get_array () const |
Public Attributes | |
std::string | value |
JSON string.
|
inlinevirtual |
Implements millijson::Base.
std::string millijson::String::value |
Value of the string.