Reflection for RapidJSON  0.0.15
Reflection for serializing/deserializing with RapidJSON
Namespaces | Functions
errorformatting.h File Reference

Contains helper functions to format errors when deserializing JSON files. More...

#include "./errorhandling.h"
#include <c++utilities/conversion/stringbuilder.h>
#include <string_view>
Include dependency graph for errorformatting.h:

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)
 

Detailed Description

Contains helper functions to format errors when deserializing JSON files.

Definition in file errorformatting.h.