Files
json/test
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
..
2018-01-27 18:47:32 +01:00
2016-10-02 11:23:47 +02:00
2018-02-09 22:40:52 +01:00