ark::serialization::JsonWriteOnlyArray
Defined in header “ark/serialization/json_writer.hh”.
A wrapper over a mutable JSON array, allowing you to push values onto said array.
Methods
-
void push(JsonWriteOnlyValue value)
Appends the given object onto the array. -
JsonWriteOnlyValue value()
Returns a write-only-value version of this array.