simdjson  3.11.0
Ridiculously Fast JSON
simdjson::simdjson_result< dom::object > Struct Reference

The result of a JSON conversion that may fail. More...

Inheritance diagram for simdjson::simdjson_result< dom::object >:

Public Member Functions

simdjson_result< dom::elementoperator[] (std::string_view key) const noexcept
 
simdjson_result< dom::elementoperator[] (const char *key) const noexcept
 
simdjson_result< dom::elementoperator[] (int) const noexcept=delete
 
simdjson_result< dom::elementat_pointer (std::string_view json_pointer) const noexcept
 
simdjson_result< dom::elementat_path (std::string_view json_path) const noexcept
 
simdjson_result< dom::elementat_key (std::string_view key) const noexcept
 
simdjson_result< dom::elementat_key_case_insensitive (std::string_view key) const noexcept
 
dom::object::iterator begin () const noexcept(false)
 
dom::object::iterator end () const noexcept(false)
 
size_t size () const noexcept(false)
 

Detailed Description

The result of a JSON conversion that may fail.

Definition at line 254 of file object.h.


The documentation for this struct was generated from the following files: