rippled
Loading...
Searching...
No Matches
STParsedJSON.h
1#pragma once
2
3#include <xrpl/protocol/STArray.h>
4
5#include <optional>
6
7namespace xrpl {
8
36
37} // namespace xrpl
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(STParsedJSONObject const &)=delete
STParsedJSONObject & operator=(STParsedJSONObject const &)=delete
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5