json/include/nlohmann/detail
Théo DELRIEU 8711ec6034
support construction from other basic_json types
Before this patch, `basic_json` types with different template arguments
were treated as `CompatibleArrayType`. Which sometimes leads to recursive
calls and stack overflows.

This patch adds a constructor and a `get` overload to deal with
different `basic_json` types.
2018-02-27 16:48:09 +01:00
..
conversions Fix constraints on from_json(CompatibleArrayType) 2018-02-12 15:37:33 +01:00
input 🐛 fix for #962 2018-02-06 22:38:53 +01:00
iterators fix cmake install directory (for real this time) 2018-02-01 11:06:51 +01:00
output fix cmake install directory (for real this time) 2018-02-01 11:06:51 +01:00
exceptions.hpp 🐛 fix for #962 2018-02-06 22:38:53 +01:00
json_pointer.hpp fix cmake install directory (for real this time) 2018-02-01 11:06:51 +01:00
json_ref.hpp fix cmake install directory (for real this time) 2018-02-01 11:06:51 +01:00
macro_scope.hpp fix cmake install directory (for real this time) 2018-02-01 11:06:51 +01:00
macro_unscope.hpp fix cmake install directory (for real this time) 2018-02-01 11:06:51 +01:00
meta.hpp support construction from other basic_json types 2018-02-27 16:48:09 +01:00
value_t.hpp fix cmake install directory (for real this time) 2018-02-01 11:06:51 +01:00