json/test
Niels Lohmann 4414f94cd5
🔨 using input/output adapters for CBOR and MessagePack
- You can now pass a reference to a vector to the to_cbor and to_msgpack functions. The output will be written (appended) to the vector. #476

- You can now pass an output stream with uint8_t character type to the to_cbor and to_msgpack functions. #477

- You can now read from uint8_t */size in the to_cbor and to_msgpack functions. An input adapter will be created from this pair, so you need to use braces. #478
2017-07-23 23:02:24 +02:00
..
data 🐛 fix for #656 2017-07-17 07:53:02 +02:00
reports added fuzzing results 2016-10-02 11:23:47 +02:00
src 🔨 using input/output adapters for CBOR and MessagePack 2017-07-23 23:02:24 +02:00
thirdparty ⬆️ Catch v1.9.6 2017-07-08 12:11:45 +02:00
CMakeLists.txt 🔨 further cleanup 2017-07-22 13:35:04 +02:00
Makefile ⬆️ Catch v1.9.5 2017-06-20 20:13:56 +02:00