stefanocasazza / ULib

C++ application development framework, to help developers create and deploy applications quickly and simply
GNU Lesser General Public License v3.0
948 stars 107 forks source link

Json handler expansions #52

Closed victorstewart closed 6 years ago

victorstewart commented 6 years ago

added a print macro to create JSONHandlers for std::unordered_map<UString, type> objects, plus executed it for types T, T*, uint64_t and int64_t

victorstewart commented 6 years ago

finally decided to learn how to use pull requests instead of emails full of code lol