add detail/conversions/from_json.hpp

This commit is contained in:
Théo DELRIEU 2017-08-14 16:33:55 +02:00
parent 7056b375c4
commit e0c02c14f0
No known key found for this signature in database
GPG key ID: 51AC4B3A2C47C10F
4 changed files with 331 additions and 301 deletions

View file

@ -7,7 +7,9 @@ SRCS = ${SRCDIR}/json.hpp \
${SRCDIR}/detail/macro_unscope.hpp \
${SRCDIR}/detail/meta.hpp \
${SRCDIR}/detail/exceptions.hpp \
${SRCDIR}/detail/value_t.hpp
${SRCDIR}/detail/value_t.hpp \
${SRCDIR}/detail/conversions/from_json.hpp