Synopsis
Declared in <nlohmann/json.hpp>
[[nodiscard, deprecated]]
static
basic_json<>
from_msgpack(
detail::span_input_adapter&& i,
bool const strict = true,
bool const allow_exceptions = true);
|
Warning
|
Deprecated: Since 3.8.0; use from_msgpack(ptr, ptr + len). Use of this entity is allowed but discouraged. |
Return Value
|
Note
|
The return value should not be discarded. |
Created with MrDocs