Merge pull request #2044 from dota17/issue#1719

Fix issue#1719
This commit is contained in:
Niels Lohmann 2020-05-16 12:57:00 +02:00 committed by GitHub
commit f40a9f876a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 212 additions and 9 deletions

View file

@ -7111,7 +7111,7 @@ class basic_json
- break (0xFF)
@param[in] j JSON value to serialize
@return MessagePack serialization as byte vector
@return CBOR serialization as byte vector
@complexity Linear in the size of the JSON value @a j.