simdjson 4.1.0
Ridiculously Fast JSON
Loading...
Searching...
No Matches
simdjson::dom::key_value_pair Class Reference

Key/value pair in an object. More...

#include <object.h>

Public Attributes

std::string_view key
 key in the key-value pair
 
element value
 value in the key-value pair
 

Detailed Description

Key/value pair in an object.

Definition at line 258 of file object.h.

Member Data Documentation

◆ key

std::string_view simdjson::dom::key_value_pair::key

key in the key-value pair

Definition at line 261 of file object.h.

◆ value

element simdjson::dom::key_value_pair::value

value in the key-value pair

Definition at line 263 of file object.h.


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