20 #ifndef RIPPLE_PROTOCOL_STPARSEDJSON_H_INCLUDED
21 #define RIPPLE_PROTOCOL_STPARSEDJSON_H_INCLUDED
23 #include <ripple/protocol/STArray.h>
~STParsedJSONArray()=default
Json::Value error
On failure, an appropriate set of error values.
Holds the serialized result of parsing an input JSON object.
std::optional< STObject > object
The STObject if the parse was successful.
STParsedJSONObject & operator=(STParsedJSONObject const &)=delete
Json::Value error
On failure, an appropriate set of error values.
std::optional< STArray > array
The STArray if the parse was successful.
STParsedJSONArray & operator=(STParsedJSONArray const &)=delete
STParsedJSONArray()=delete
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
STParsedJSONObject()=delete
Holds the serialized result of parsing an input JSON array.
~STParsedJSONObject()=default