Json
Parser json class
Functions
name
parameters
return-type
description
Json
(void)
Json
the class constructor creates a new Json instance
Json
(const std::string &)
Json
the class constructor creates a new Json instance
to_string
(void)
std::string
return json to string
from_string
(const std::string &)
void
parser json buffer
add
(const std::string &, Object value)
Json
add member
add
(Object value)
Json
add member array
get
(const std::string &)
void
return key value
Last updated