Move all helper functions inside JsonReflector namespace

This commit is contained in:
Martchus 2017-11-03 22:42:18 +01:00
parent 8b61fcc29a
commit 423d9ee393
1 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,8 @@ namespace ReflectiveRapidJSON {
template <typename Type> 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
/*!