rippled
Loading...
Searching...
No Matches
json_forwards.h
1#pragma once
2
3namespace Json {
4
5// value.h
6using Int = int;
7using UInt = unsigned int;
8class StaticString;
9class Value;
11class ValueIterator;
13
14} // namespace Json
Lightweight wrapper to tag static string.
Definition json_value.h:44
const iterator for object and array value.
Definition json_value.h:557
base class for Value iterators.
Definition json_value.h:492
Iterator for object and array value.
Definition json_value.h:618
Represents a JSON value.
Definition json_value.h:130
JSON (JavaScript Object Notation).
Definition json_errors.h:5
int Int
unsigned int UInt