MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / is_object

Function is_object

src/include/nlohmann/json.hpp:1384–1387  ·  view source on GitHub ↗

@brief return whether value is an object @sa https://json.nlohmann.me/api/basic_json/is_object/

Source from the content-addressed store, hash-verified

1382 /// @brief return whether value is an object
1383 /// @sa https://json.nlohmann.me/api/basic_json/is_object/
1384 constexpr bool is_object() const noexcept
1385 {
1386 return m_data.m_type == value_t::object;
1387 }
1388
1389 /// @brief return whether value is an array
1390 /// @sa https://json.nlohmann.me/api/basic_json/is_array/

Callers 15

sizeMethod · 0.85
popMethod · 0.85
is_iterableMethod · 0.85
emptyMethod · 0.85
ValueClass · 0.85
is_structuredFunction · 0.85
get_impl_ptrFunction · 0.85
atFunction · 0.85
operator[]Function · 0.85
valueFunction · 0.85
erase_internalFunction · 0.85
findFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected