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