cesium-native 0.43.0
Loading...
Searching...
No Matches
JsonObjectWriter.h
1#pragma once
2
3// forward declarations
4namespace CesiumJsonWriter {
5class JsonWriter;
6}
7
8// forward declarations
9namespace CesiumUtility {
10class JsonValue;
11}
12
13namespace CesiumJsonWriter {
21} // namespace CesiumJsonWriter
Wrapper around rapidjson::Writer for writing objects to JSON.
Definition JsonWriter.h:18
A generic implementation of a value in a JSON structure.
Definition JsonValue.h:75
Classes for writing JSON.
void writeJsonValue(const CesiumUtility::JsonValue &value, JsonWriter &writer)
Writes the given CesiumUtility::JsonValue to the provided writer.
Utility classes for Cesium.