Typedef morpheus::utilities::json_t
Defined in File json_types.hpp
-
using morpheus::utilities::json_t = nlohmann::basic_json<std::map, std::vector, std::string, bool, std::int64_t, std::uint64_t, double, std::allocator, nlohmann::adl_serializer, PythonByteContainer, void>
A specialization of
nlohmann::basic_json
with customized BinaryTypePythonByteContainer
to hold Python objects as bytes.