libfilezilla
json Member List

This is the complete list of members for json, including all inherited members.

bool_value() const json
children() const json
clear() (defined in json)json
erase(std::string const &name)json
json() noexcept=default (defined in json)json
json(json const &)=default (defined in json)json
json(json &&) noexcept=default (defined in json)json
json(json_type t)jsoninlineexplicit
number_value() const jsoninline
number_value() const jsoninline
operator bool() const (defined in json)jsoninlineexplicit
operator=(Bool b)jsoninline
operator=(T n)jsoninline
operator=(std::string_view const &v)json
operator=(std::wstring_view const &v)jsoninline
operator=(json const &)=default (defined in json)json
operator=(json &&) noexcept=default (defined in json)json
operator[](std::string const &name) const json
operator[](std::string const &name)json
operator[](size_t i) const json
operator[](size_t i)json
parse(std::string_view const &v, size_t max_depth=20)jsonstatic
parse(fz::buffer const &b, size_t max_depth=20) (defined in json)jsonstatic
string_value() const json
to_string(bool pretty=false, size_t depth=0) const json
type() const (defined in json)jsoninline
wstring_value() const jsoninline