rippled
Loading...
Searching...
No Matches
STParsedJSON.h
1#ifndef XRPL_PROTOCOL_STPARSEDJSON_H_INCLUDED
2#define XRPL_PROTOCOL_STPARSEDJSON_H_INCLUDED
3
4#include <xrpl/protocol/STArray.h>
5
6#include <optional>
7
8namespace ripple {
9
37
38} // namespace ripple
39
40#endif
Represents a JSON value.
Definition json_value.h:130
Holds the serialized result of parsing an input JSON object.
std::optional< STObject > object
The STObject if the parse was successful.
Json::Value error
On failure, an appropriate set of error values.
STParsedJSONObject & operator=(STParsedJSONObject const &)=delete
STParsedJSONObject(STParsedJSONObject const &)=delete
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6