json/include/nlohmann
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
..
detail support construction from other basic_json types 2018-02-27 16:48:09 +01:00
adl_serializer.hpp fix cmake install directory (for real this time) 2018-02-01 11:06:51 +01:00
json.hpp support construction from other basic_json types 2018-02-27 16:48:09 +01:00
json_fwd.hpp fix cmake install directory (for real this time) 2018-02-01 11:06:51 +01:00