issues
search
TheNitesWhoSay
/
RareCpp
Creating a simpler, more intuitive means of C++ reflection
MIT License
124
stars
6
forks
source link
Development
#84
Closed
TheNitesWhoSay
closed
3 years ago
TheNitesWhoSay
commented
3 years ago
Support for default mappings & op annotations for specifying surrogate objects to be mapped to/from for JSON mapping
Move additional pieces of object mapper from map_default to map such that various constructors & operators can be written with map_default calls
Add is_specialization trait
Add type_list::has, ::has_specialization, and ::get_specialization methods
Add if_void (to replace type with default if void) trait
Add some additional _v and _t trait aliases
Fix for ObjectMapper iterables
Refactor ObjectMapper annotations
Enable annotation use throughout Json Input
Unit testing for new code
Documentation updates