mirror of
https://github.com/nlohmann/json.git
synced 2026-02-27 05:46:30 +00:00
📝 add more API documentation
This commit is contained in:
@@ -55,7 +55,8 @@ The SAX event lister must follow the interface of `json_sax`.
|
||||
: SAX event listener
|
||||
|
||||
`format` (in)
|
||||
: the format to parse (JSON, CBOR, MessagePack, or UBJSON) (optional, `input_format_t::json` by default)
|
||||
: the format to parse (JSON, CBOR, MessagePack, or UBJSON) (optional, `input_format_t::json` by default), see
|
||||
[`input_format_t`](input_format_t.md) for more information
|
||||
|
||||
`strict` (in)
|
||||
: whether the input has to be consumed completely (optional, `#!cpp true` by default)
|
||||
|
||||
Reference in New Issue
Block a user