Reflection for RapidJSON  0.0.5
Reflection for serializing/deserializing with RapidJSON
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NReflectiveRapidJSON
 NJsonReflectorThe JsonReflector namespace contains helper functions to ease the use of RapidJSON for automatic (de)serialization
 NDetail
 CTuplePullHelperThe TuplePullHelper class helps deserializing tuples from JSON arrays
 CTuplePullHelper< Tuple, 1 >
 CTuplePushHelperThe TuplePushHelper class helps serializing tuples to JSON arrays
 CTuplePushHelper< Tuple, 1 >
 CAdaptedJsonSerializableThe AdaptedJsonSerializable class allows considering 3rd party classes as serializable
 CJsonDeserializationErrorThe JsonDeserializationError struct describes any errors of fromJson() except such caused by invalid JSON
 CJsonDeserializationErrorsThe JsonDeserializationErrors struct can be passed to fromJson() for error handling
 CJsonSerializableThe JsonSerializable class provides the CRTP-base for (de)serializable objects
 CJsonReflectorBoostHanaTestsTests the integration of Boost.Hana with the RapidJSON wrapper
 CJsonReflectorChronoUtilitiesTestsTests the custom (de)serialization of the chrono utilities provided by the C++ utilities library
 CJsonReflectorTestsTests RapidJSON wrapper which is used to ease code generation