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
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