ark::serialization::JsonArrayIterator
Defined in header “ark/serialization/json_reader.hh”.
Creates a read iterator over the given JSON document.
Methods
- std::optional< JsonReadOnlyValue > next()
Returns the next value in the array, or an empty optional otherwise.