From 824d55bf26949334ff5a0daeec323a0e6f809070 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Mon, 10 Aug 2020 09:24:11 +0200 Subject: [PATCH] :memo: fix documentation #1668 --- include/nlohmann/json.hpp | 2 +- single_include/nlohmann/json.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/nlohmann/json.hpp b/include/nlohmann/json.hpp index a9e6c76d1..ff8c46463 100644 --- a/include/nlohmann/json.hpp +++ b/include/nlohmann/json.hpp @@ -7793,7 +7793,7 @@ class basic_json string | 0x02 | string document | 0x03 | object array | 0x04 | array - binary | 0x05 | still unsupported + binary | 0x05 | binary undefined | 0x06 | still unsupported ObjectId | 0x07 | still unsupported boolean | 0x08 | boolean diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index a70aaf8cb..b8c6d516e 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -24281,7 +24281,7 @@ class basic_json string | 0x02 | string document | 0x03 | object array | 0x04 | array - binary | 0x05 | still unsupported + binary | 0x05 | binary undefined | 0x06 | still unsupported ObjectId | 0x07 | still unsupported boolean | 0x08 | boolean