Typedef morpheus::utilities::json_t#
Defined in File json_types.hpp
Typedef Documentation#
-
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_jsonwith customized BinaryTypePythonByteContainerto hold Python objects as bytes.