create a JSON value from an input in BJData format
Declared in <nlohmann/json.hpp>
template<typename IteratorType>
[[nodiscard]]
static
basic_json
from_bjdata(
IteratorType first,
IteratorType last,
bool const strict = true,
bool const allow_exceptions = true);