rippled
Loading...
Searching...
No Matches
json_forwards.h
1#ifndef XRPL_JSON_JSON_FORWARDS_H_INCLUDED
2#define XRPL_JSON_JSON_FORWARDS_H_INCLUDED
3
4namespace Json {
5
6// value.h
7using Int = int;
8using UInt = unsigned int;
9class StaticString;
10class Value;
12class ValueIterator;
14
15} // namespace Json
16
17#endif // JSON_FORWARDS_H_INCLUDED
Lightweight wrapper to tag static string.
Definition json_value.h:45
const iterator for object and array value.
Definition json_value.h:559
base class for Value iterators.
Definition json_value.h:494
Iterator for object and array value.
Definition json_value.h:620
Represents a JSON value.
Definition json_value.h:131
JSON (JavaScript Object Notation).
Definition json_errors.h:6
int Int
unsigned int UInt