1 #include "simdjson/error.h"
4 namespace SIMDJSON_IMPLEMENTATION {
26 simdjson_inline
bool operator==(const
object_iterator &) const noexcept;
28 simdjson_inline
bool operator!=(const
object_iterator &) const noexcept;
39 value_iterator iter{};
A JSON field (key/value pair) in an object.
simdjson_inline object_iterator() noexcept=default
Create a new invalid object_iterator.
A forward-only JSON object field iterator.
We want to support argument-dependent lookup (ADL).
error_code
All possible errors returned by simdjson.
The result of a simdjson operation that could fail.
The result of a simdjson operation that could fail.
simdjson_inline error_code error() const noexcept
The error.
simdjson_inline T & value() &noexcept(false)
Get the result value.