cesium-native
0.41.0
|
The result of Reader::readJson. More...
#include <CesiumJsonReader/JsonReader.h>
Public Attributes | |
std::optional< T > | value |
The value read from the JSON, or std::nullopt on error. | |
std::vector< std::string > | errors |
Errors that occurred while reading. | |
std::vector< std::string > | warnings |
Warnings that occurred while reading. | |
The result of Reader::readJson.
Definition at line 23 of file JsonReader.h.