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
..
data added roundtrip tests for UBJSON 2018-01-27 18:47:32 +01:00
reports added fuzzing results 2016-10-02 11:23:47 +02:00
src support construction from other basic_json types 2018-02-27 16:48:09 +01:00
thirdparty 🔨 added filter script for branch coverage 2017-10-05 19:08:15 +02:00
CMakeLists.txt back to the original version 2018-02-09 22:40:52 +01:00
Makefile fix cmake install directory (for real this time) 2018-02-01 11:06:51 +01:00