Reflection for RapidJSON
0.0.15
Reflection for serializing/deserializing with RapidJSON
|
Contains helper functions to format errors when deserializing JSON files. More...
#include "./errorhandling.h"
#include <c++utilities/conversion/stringbuilder.h>
#include <string_view>
Go to the source code of this file.
Namespaces | |
ReflectiveRapidJSON | |
Functions | |
std::string_view | ReflectiveRapidJSON::jsonTypeToString (JsonType jsonType) |
std::string | ReflectiveRapidJSON::formatJsonDeserializationError (const JsonDeserializationError &error) |
Contains helper functions to format errors when deserializing JSON files.
Definition in file errorformatting.h.