diff --git a/lib/json/reflector.h b/lib/json/reflector.h index dcba510..223c1b7 100644 --- a/lib/json/reflector.h +++ b/lib/json/reflector.h @@ -24,6 +24,8 @@ namespace ReflectiveRapidJSON { template struct JsonSerializable; +namespace JsonReflector { + /*! * \brief Serializes the specified JSON \a document. */ @@ -48,8 +50,6 @@ inline RAPIDJSON_NAMESPACE::Document parseJsonDocFromString(const char *json, st return document; } -namespace JsonReflector { - // define functions to "push" values to a RapidJSON array or object /*!