1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-28 12:02:00 +03:00

🔨 fixed amalgamation

This commit is contained in:
Niels Lohmann
2018-08-18 18:14:12 +02:00
parent a7b02bdce0
commit 7608a64e1e

View File

@ -17171,7 +17171,8 @@ class basic_json
@note A UTF-8 byte order mark is silently ignored.
@liveexample{The example below demonstrates the `sax_parse()` function
reading from string.,sax_parse}
reading from string and processing the events with a user-defined SAX
event consumer.,sax_parse}
@since version 3.2.0
*/