Crossfire Server, Trunk
nlohmann::basic_json Member List

This is the complete list of members for nlohmann::basic_json, including all inherited members.

::nlohmann::detail::binary_reader classnlohmann::basic_jsonfriend
::nlohmann::detail::binary_writer classnlohmann::basic_jsonfriend
::nlohmann::detail::exception classnlohmann::basic_jsonfriend
::nlohmann::detail::iter_impl classnlohmann::basic_jsonfriend
::nlohmann::detail::json_sax_dom_callback_parser classnlohmann::basic_jsonfriend
::nlohmann::detail::json_sax_dom_parser classnlohmann::basic_jsonfriend
::nlohmann::detail::parser classnlohmann::basic_jsonfriend
__pad0__nlohmann::basic_jsonprivate
__pad1__nlohmann::basic_jsonprivate
__pad2__nlohmann::basic_jsonprivate
__pad3__nlohmann::basic_json
accept(InputType &&i, const bool ignore_comments=false)nlohmann::basic_jsoninlinestatic
accept(IteratorType first, IteratorType last, const bool ignore_comments=false)nlohmann::basic_jsoninlinestatic
accept(detail::span_input_adapter &&i, const bool ignore_comments=false)nlohmann::basic_jsoninlinestatic
allocator_type typedefnlohmann::basic_json
arraynlohmann::basic_jsonprivate
array(initializer_list_t init={})nlohmann::basic_jsoninlinestatic
array_t typedefnlohmann::basic_json
assert_invariant(bool check_parents=true) const noexceptnlohmann::basic_jsoninlineprivate
at(size_type idx)nlohmann::basic_jsoninline
at(size_type idx) constnlohmann::basic_jsoninline
at(const typename object_t::key_type &key)nlohmann::basic_jsoninline
at(const typename object_t::key_type &key) constnlohmann::basic_jsoninline
at(const json_pointer &ptr)nlohmann::basic_jsoninline
at(const json_pointer &ptr) constnlohmann::basic_jsoninline
back()nlohmann::basic_jsoninline
back() constnlohmann::basic_jsoninline
basic_json(const value_t v)nlohmann::basic_jsoninline
basic_json(std::nullptr_t=nullptr) noexceptnlohmann::basic_jsoninline
basic_json(CompatibleType &&val) noexcept(noexcept(//NOLINT(bugprone-forwarding-reference-overload, bugprone-exception-escape) JSONSerializer< U >::to_json(std::declval< basic_json_t & >(), std::forward< CompatibleType >(val))))nlohmann::basic_jsoninline
basic_json(const BasicJsonType &val)nlohmann::basic_jsoninline
basic_json(initializer_list_t init, bool type_deduction=true, value_t manual_type=value_t::array)nlohmann::basic_jsoninline
basic_json(size_type cnt, const basic_json &val)nlohmann::basic_jsoninline
basic_json(InputIT first, InputIT last)nlohmann::basic_jsoninline
basic_json(const JsonRef &ref)nlohmann::basic_jsoninline
basic_json(const basic_json &other)nlohmann::basic_jsoninline
basic_json(basic_json &&other) noexceptnlohmann::basic_jsoninline
basic_json_t typedefnlohmann::basic_jsonprivate
begin() noexceptnlohmann::basic_jsoninline
begin() const noexceptnlohmann::basic_jsoninline
binarynlohmann::basic_jsonprivate
binary(const typename binary_t::container_type &init)nlohmann::basic_jsoninlinestatic
binary(const typename binary_t::container_type &init, typename binary_t::subtype_type subtype)nlohmann::basic_jsoninlinestatic
binary(typename binary_t::container_type &&init)nlohmann::basic_jsoninlinestatic
binary(typename binary_t::container_type &&init, typename binary_t::subtype_type subtype)nlohmann::basic_jsoninlinestatic
binary_reader typedefnlohmann::basic_jsonprivate
binary_t typedefnlohmann::basic_json
binary_writer typedefnlohmann::basic_jsonprivate
booleannlohmann::basic_jsonprivate
boolean_t typedefnlohmann::basic_json
cbegin() const noexceptnlohmann::basic_jsoninline
cbor_tag_handler_t typedefnlohmann::basic_json
cend() const noexceptnlohmann::basic_jsoninline
clear() noexceptnlohmann::basic_jsoninline
const_iterator typedefnlohmann::basic_json
const_pointer typedefnlohmann::basic_json
const_reference typedefnlohmann::basic_json
const_reverse_iterator typedefnlohmann::basic_json
contains(KeyT &&key) constnlohmann::basic_jsoninline
contains(const json_pointer &ptr) constnlohmann::basic_jsoninline
count(KeyT &&key) constnlohmann::basic_jsoninline
crbegin() const noexceptnlohmann::basic_jsoninline
create(Args &&... args)nlohmann::basic_jsoninlineprivatestatic
crend() const noexceptnlohmann::basic_jsoninline
destroy(value_t t)nlohmann::basic_jsoninlineprivate
detail::external_constructornlohmann::basic_jsonfriend
diff(const basic_json &source, const basic_json &target, const std::string &path="")nlohmann::basic_jsoninlinestatic
difference_type typedefnlohmann::basic_json
dump(const int indent=-1, const char indent_char=' ', const bool ensure_ascii=false, const error_handler_t error_handler=error_handler_t::strict) constnlohmann::basic_jsoninline
emplace(Args &&... args)nlohmann::basic_jsoninline
emplace_back(Args &&... args)nlohmann::basic_jsoninline
empty() const noexceptnlohmann::basic_jsoninline
end() noexceptnlohmann::basic_jsoninline
end() const noexceptnlohmann::basic_jsoninline
erase(IteratorType pos)nlohmann::basic_jsoninline
erase(IteratorType first, IteratorType last)nlohmann::basic_jsoninline
erase(const typename object_t::key_type &key)nlohmann::basic_jsoninline
erase(const size_type idx)nlohmann::basic_jsoninline
error_handler_t typedefnlohmann::basic_json
exception typedefnlohmann::basic_json
find(KeyT &&key)nlohmann::basic_jsoninline
find(KeyT &&key) constnlohmann::basic_jsoninline
flatten() constnlohmann::basic_jsoninline
from_bson(InputType &&i, const bool strict=true, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
from_bson(IteratorType first, IteratorType last, const bool strict=true, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
from_bson(const T *ptr, std::size_t len, const bool strict=true, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
from_bson(detail::span_input_adapter &&i, const bool strict=true, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
from_cbor(InputType &&i, const bool strict=true, const bool allow_exceptions=true, const cbor_tag_handler_t tag_handler=cbor_tag_handler_t::error)nlohmann::basic_jsoninlinestatic
from_cbor(IteratorType first, IteratorType last, const bool strict=true, const bool allow_exceptions=true, const cbor_tag_handler_t tag_handler=cbor_tag_handler_t::error)nlohmann::basic_jsoninlinestatic
from_cbor(const T *ptr, std::size_t len, const bool strict=true, const bool allow_exceptions=true, const cbor_tag_handler_t tag_handler=cbor_tag_handler_t::error)nlohmann::basic_jsoninlinestatic
from_cbor(detail::span_input_adapter &&i, const bool strict=true, const bool allow_exceptions=true, const cbor_tag_handler_t tag_handler=cbor_tag_handler_t::error)nlohmann::basic_jsoninlinestatic
from_msgpack(InputType &&i, const bool strict=true, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
from_msgpack(IteratorType first, IteratorType last, const bool strict=true, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
from_msgpack(const T *ptr, std::size_t len, const bool strict=true, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
from_msgpack(detail::span_input_adapter &&i, const bool strict=true, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
from_ubjson(InputType &&i, const bool strict=true, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
from_ubjson(IteratorType first, IteratorType last, const bool strict=true, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
from_ubjson(const T *ptr, std::size_t len, const bool strict=true, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
from_ubjson(detail::span_input_adapter &&i, const bool strict=true, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
front()nlohmann::basic_jsoninline
front() constnlohmann::basic_jsoninline
get() const noexcept(noexcept(std::declval< const basic_json_t & >().template get_impl< ValueType >(detail::priority_tag< 4 > {}))) -> decltype(std::declval< const basic_json_t & >().template get_impl< ValueType >(detail::priority_tag< 4 >nlohmann::basic_jsoninline
get() noexcept -> decltype(std::declval< basic_json_t & >().template get_ptr< PointerType >())nlohmann::basic_jsoninline
get_allocator()nlohmann::basic_jsoninlinestatic
get_binary()nlohmann::basic_jsoninline
get_binary() constnlohmann::basic_jsoninline
get_impl(boolean_t *) constnlohmann::basic_jsoninlineprivate
get_impl(detail::priority_tag< 0 >) const noexcept(noexcept(JSONSerializer< ValueType >::from_json(std::declval< const basic_json_t & >(), std::declval< ValueType & >())))nlohmann::basic_jsoninlineprivate
get_impl(detail::priority_tag< 1 >) const noexcept(noexcept(JSONSerializer< ValueType >::from_json(std::declval< const basic_json_t & >())))nlohmann::basic_jsoninlineprivate
get_impl(detail::priority_tag< 2 >) constnlohmann::basic_jsoninlineprivate
get_impl(detail::priority_tag< 3 >) constnlohmann::basic_jsoninlineprivate
get_impl(detail::priority_tag< 4 >) const noexcept -> decltype(std::declval< const basic_json_t & >().template get_ptr< PointerType >())nlohmann::basic_jsoninlineprivate
get_impl(detail::priority_tag< 4 > {})nlohmann::basic_json
get_impl_ptr(object_t *) noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(const object_t *) const noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(array_t *) noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(const array_t *) const noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(string_t *) noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(const string_t *) const noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(boolean_t *) noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(const boolean_t *) const noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(number_integer_t *) noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(const number_integer_t *) const noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(number_unsigned_t *) noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(const number_unsigned_t *) const noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(number_float_t *) noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(const number_float_t *) const noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(binary_t *) noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(const binary_t *) const noexceptnlohmann::basic_jsoninlineprivate
get_ptr() noexcept -> decltype(std::declval< basic_json_t & >().get_impl_ptr(std::declval< PointerType >()))nlohmann::basic_jsoninline
get_ptr() const noexcept -> decltype(std::declval< const basic_json_t & >().get_impl_ptr(std::declval< PointerType >()))nlohmann::basic_jsoninline
get_ref()nlohmann::basic_jsoninline
get_ref() constnlohmann::basic_jsoninline
get_ref_impl(ThisType &obj)nlohmann::basic_jsoninlineprivatestatic
get_to(ValueType &v) const noexcept(noexcept(JSONSerializer< ValueType >::from_json(std::declval< const basic_json_t & >(), v)))nlohmann::basic_jsoninline
get_to(ValueType &v) constnlohmann::basic_jsoninline
get_to(T(&v)[N]) const noexcept(noexcept(JSONSerializer< Array >::from_json(std::declval< const basic_json_t & >(), v)))nlohmann::basic_jsoninline
initializer_list_t typedefnlohmann::basic_json
input_format_t typedefnlohmann::basic_json
insert(const_iterator pos, const basic_json &val)nlohmann::basic_jsoninline
insert(const_iterator pos, basic_json &&val)nlohmann::basic_jsoninline
insert(const_iterator pos, size_type cnt, const basic_json &val)nlohmann::basic_jsoninline
insert(const_iterator pos, const_iterator first, const_iterator last)nlohmann::basic_jsoninline
insert(const_iterator pos, initializer_list_t ilist)nlohmann::basic_jsoninline
insert(const_iterator first, const_iterator last)nlohmann::basic_jsoninline
insert_iterator(const_iterator pos, Args &&... args)nlohmann::basic_jsoninline
internal_iterator typedefnlohmann::basic_jsonprivate
invalid_iterator typedefnlohmann::basic_json
is_array() const noexceptnlohmann::basic_jsoninline
is_binary() const noexceptnlohmann::basic_jsoninline
is_boolean() const noexceptnlohmann::basic_jsoninline
is_discarded() const noexceptnlohmann::basic_jsoninline
is_null() const noexceptnlohmann::basic_jsoninline
is_number() const noexceptnlohmann::basic_jsoninline
is_number_float() const noexceptnlohmann::basic_jsoninline
is_number_integer() const noexceptnlohmann::basic_jsoninline
is_number_unsigned() const noexceptnlohmann::basic_jsoninline
is_object() const noexceptnlohmann::basic_jsoninline
is_primitive() const noexceptnlohmann::basic_jsoninline
is_string() const noexceptnlohmann::basic_jsoninline
is_structured() const noexceptnlohmann::basic_jsoninline
items() noexceptnlohmann::basic_jsoninline
items() const noexceptnlohmann::basic_jsoninline
iter_impl typedefnlohmann::basic_jsonprivate
iteration_proxy typedefnlohmann::basic_jsonprivate
iterator typedefnlohmann::basic_json
iterator_wrapper(reference ref) noexceptnlohmann::basic_jsoninlinestatic
iterator_wrapper(const_reference ref) noexceptnlohmann::basic_jsoninlinestatic
json_pointer typedefnlohmann::basic_json
json_reverse_iterator typedefnlohmann::basic_jsonprivate
json_sax_t typedefnlohmann::basic_json
json_serializer typedefnlohmann::basic_json
json_value()=defaultnlohmann::basic_jsonprivate
json_value(boolean_t v) noexceptnlohmann::basic_jsoninlineprivate
json_value(number_integer_t v) noexceptnlohmann::basic_jsoninlineprivate
json_value(number_unsigned_t v) noexceptnlohmann::basic_jsoninlineprivate
json_value(number_float_t v) noexceptnlohmann::basic_jsoninlineprivate
json_value(value_t t)nlohmann::basic_jsoninlineprivate
json_value(const string_t &value)nlohmann::basic_jsoninlineprivate
json_value(string_t &&value)nlohmann::basic_jsoninlineprivate
json_value(const object_t &value)nlohmann::basic_jsoninlineprivate
json_value(object_t &&value)nlohmann::basic_jsoninlineprivate
json_value(const array_t &value)nlohmann::basic_jsoninlineprivate
json_value(array_t &&value)nlohmann::basic_jsoninlineprivate
json_value(const typename binary_t::container_type &value)nlohmann::basic_jsoninlineprivate
json_value(typename binary_t::container_type &&value)nlohmann::basic_jsoninlineprivate
json_value(const binary_t &value)nlohmann::basic_jsoninlineprivate
json_value(binary_t &&value)nlohmann::basic_jsoninlineprivate
m_valuenlohmann::basic_json
max_size() const noexceptnlohmann::basic_jsoninline
merge_patch(const basic_json &apply_patch)nlohmann::basic_jsoninline
meta()nlohmann::basic_jsoninlinestatic
number_floatnlohmann::basic_jsonprivate
number_float_t typedefnlohmann::basic_json
number_integernlohmann::basic_jsonprivate
number_integer_t typedefnlohmann::basic_json
number_unsignednlohmann::basic_jsonprivate
number_unsigned_t typedefnlohmann::basic_json
object(initializer_list_t init={})nlohmann::basic_jsoninlinestatic
object_comparator_t typedefnlohmann::basic_json
object_t typedefnlohmann::basic_json
operator value_t() const noexceptnlohmann::basic_jsoninline
operator ValueType() constnlohmann::basic_jsoninline
operator!=(const_reference lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator!=(const_reference lhs, ScalarType rhs) noexceptnlohmann::basic_jsonfriend
operator!=(ScalarType lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator+=(basic_json &&val)nlohmann::basic_jsoninline
operator+=(const basic_json &val)nlohmann::basic_jsoninline
operator+=(const typename object_t::value_type &val)nlohmann::basic_jsoninline
operator+=(initializer_list_t init)nlohmann::basic_jsoninline
operator<(const_reference lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator<(const_reference lhs, ScalarType rhs) noexceptnlohmann::basic_jsonfriend
operator<(ScalarType lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator<<(std::ostream &o, const basic_json &j)nlohmann::basic_jsonfriend
operator<<(basic_json &j, std::istream &i)nlohmann::basic_jsonfriend
operator<=(const_reference lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator<=(const_reference lhs, ScalarType rhs) noexceptnlohmann::basic_jsonfriend
operator<=(ScalarType lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator=(basic_json other) noexcept(std::is_nothrow_move_constructible< value_t >::value &&std::is_nothrow_move_assignable< value_t >::value &&std::is_nothrow_move_constructible< json_value >::value &&std::is_nothrow_move_assignable< json_value >::value)nlohmann::basic_jsoninline
operator==(const_reference lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator==(const_reference lhs, ScalarType rhs) noexceptnlohmann::basic_jsonfriend
operator==(ScalarType lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator>(const_reference lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator>(const_reference lhs, ScalarType rhs) noexceptnlohmann::basic_jsonfriend
operator>(ScalarType lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator>=(const_reference lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator>=(const_reference lhs, ScalarType rhs) noexceptnlohmann::basic_jsonfriend
operator>=(ScalarType lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator>>(const basic_json &j, std::ostream &o)nlohmann::basic_jsonfriend
operator>>(std::istream &i, basic_json &j)nlohmann::basic_jsonfriend
operator[](size_type idx)nlohmann::basic_jsoninline
operator[](size_type idx) constnlohmann::basic_jsoninline
operator[](const typename object_t::key_type &key)nlohmann::basic_jsoninline
operator[](const typename object_t::key_type &key) constnlohmann::basic_jsoninline
operator[](T *key)nlohmann::basic_jsoninline
operator[](T *key) constnlohmann::basic_jsoninline
operator[](const json_pointer &ptr)nlohmann::basic_jsoninline
operator[](const json_pointer &ptr) constnlohmann::basic_jsoninline
other_error typedefnlohmann::basic_json
out_of_range typedefnlohmann::basic_json
output_adapter_t typedefnlohmann::basic_jsonprivate
parse(InputType &&i, const parser_callback_t cb=nullptr, const bool allow_exceptions=true, const bool ignore_comments=false)nlohmann::basic_jsoninlinestatic
parse(IteratorType first, IteratorType last, const parser_callback_t cb=nullptr, const bool allow_exceptions=true, const bool ignore_comments=false)nlohmann::basic_jsoninlinestatic
parse(detail::span_input_adapter &&i, const parser_callback_t cb=nullptr, const bool allow_exceptions=true, const bool ignore_comments=false)nlohmann::basic_jsoninlinestatic
parse_error typedefnlohmann::basic_json
parse_event_t typedefnlohmann::basic_json
parser(InputAdapterType adapter, detail::parser_callback_t< basic_json >cb=nullptr, const bool allow_exceptions=true, const bool ignore_comments=false)nlohmann::basic_jsoninlineprivate
parser_callback_t typedefnlohmann::basic_json
patch(const basic_json &json_patch) constnlohmann::basic_jsoninline
pointer typedefnlohmann::basic_json
primitive_iterator_t typedefnlohmann::basic_jsonprivate
push_back(basic_json &&val)nlohmann::basic_jsoninline
push_back(const basic_json &val)nlohmann::basic_jsoninline
push_back(const typename object_t::value_type &val)nlohmann::basic_jsoninline
push_back(initializer_list_t init)nlohmann::basic_jsoninline
rbegin() noexceptnlohmann::basic_jsoninline
rbegin() const noexceptnlohmann::basic_jsoninline
reference typedefnlohmann::basic_json
rend() noexceptnlohmann::basic_jsoninline
rend() const noexceptnlohmann::basic_jsoninline
reverse_iterator typedefnlohmann::basic_json
sax_parse(InputType &&i, SAX *sax, input_format_t format=input_format_t::json, const bool strict=true, const bool ignore_comments=false)nlohmann::basic_jsoninlinestatic
sax_parse(IteratorType first, IteratorType last, SAX *sax, input_format_t format=input_format_t::json, const bool strict=true, const bool ignore_comments=false)nlohmann::basic_jsoninlinestatic
sax_parse(detail::span_input_adapter &&i, SAX *sax, input_format_t format=input_format_t::json, const bool strict=true, const bool ignore_comments=false)nlohmann::basic_jsoninlinestatic
set_parent(reference j, std::size_t old_capacity=std::size_t(-1))nlohmann::basic_jsoninlineprivate
set_parents()nlohmann::basic_jsoninlineprivate
set_parents(iterator it, typename iterator::difference_type count)nlohmann::basic_jsoninlineprivate
size() const noexceptnlohmann::basic_jsoninline
size_type typedefnlohmann::basic_json
stringnlohmann::basic_jsonprivate
string_t typedefnlohmann::basic_json
swap(reference other) noexcept(std::is_nothrow_move_constructible< value_t >::value &&std::is_nothrow_move_assignable< value_t >::value &&std::is_nothrow_move_constructible< json_value >::value &&std::is_nothrow_move_assignable< json_value >::value)nlohmann::basic_jsoninline
swap(reference left, reference right) noexcept(std::is_nothrow_move_constructible< value_t >::value &&std::is_nothrow_move_assignable< value_t >::value &&std::is_nothrow_move_constructible< json_value >::value &&std::is_nothrow_move_assignable< json_value >::value)nlohmann::basic_jsonfriend
swap(array_t &other)nlohmann::basic_jsoninline
swap(object_t &other)nlohmann::basic_jsoninline
swap(string_t &other)nlohmann::basic_jsoninline
swap(binary_t &other)nlohmann::basic_jsoninline
swap(typename binary_t::container_type &other)nlohmann::basic_jsoninline
to_bson(const basic_json &j)nlohmann::basic_jsoninlinestatic
to_bson(const basic_json &j, detail::output_adapter< std::uint8_t > o)nlohmann::basic_jsoninlinestatic
to_bson(const basic_json &j, detail::output_adapter< char > o)nlohmann::basic_jsoninlinestatic
to_cbor(const basic_json &j)nlohmann::basic_jsoninlinestatic
to_cbor(const basic_json &j, detail::output_adapter< std::uint8_t > o)nlohmann::basic_jsoninlinestatic
to_cbor(const basic_json &j, detail::output_adapter< char > o)nlohmann::basic_jsoninlinestatic
to_msgpack(const basic_json &j)nlohmann::basic_jsoninlinestatic
to_msgpack(const basic_json &j, detail::output_adapter< std::uint8_t > o)nlohmann::basic_jsoninlinestatic
to_msgpack(const basic_json &j, detail::output_adapter< char > o)nlohmann::basic_jsoninlinestatic
to_ubjson(const basic_json &j, const bool use_size=false, const bool use_type=false)nlohmann::basic_jsoninlinestatic
to_ubjson(const basic_json &j, detail::output_adapter< std::uint8_t > o, const bool use_size=false, const bool use_type=false)nlohmann::basic_jsoninlinestatic
to_ubjson(const basic_json &j, detail::output_adapter< char > o, const bool use_size=false, const bool use_type=false)nlohmann::basic_jsoninlinestatic
type() const noexceptnlohmann::basic_jsoninline
type_error typedefnlohmann::basic_json
type_name() const noexceptnlohmann::basic_jsoninline
unflatten() constnlohmann::basic_jsoninline
update(const_reference j)nlohmann::basic_jsoninline
update(const_iterator first, const_iterator last)nlohmann::basic_jsoninline
value(const typename object_t::key_type &key, const ValueType &default_value) constnlohmann::basic_jsoninline
value(const typename object_t::key_type &key, const char *default_value) constnlohmann::basic_jsoninline
value(const json_pointer &ptr, const ValueType &default_value) constnlohmann::basic_jsoninline
value(const json_pointer &ptr, const char *default_value) constnlohmann::basic_jsoninline
value_t typedefnlohmann::basic_json
value_type typedefnlohmann::basic_json
~basic_json() noexceptnlohmann::basic_jsoninline