Typedef morpheus::utilities::json_t

(Latest Version)
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 BinaryType PythonByteContainer to hold Python objects as bytes.

Previous Typedef morpheus::utilities::is_specialization_v
Next Typedef PyObject
© Copyright 2024, NVIDIA. Last updated on Jul 8, 2024.