import numpy as np box = [[1,2,3],[4,5,6],[7,8,9]] box = np.array(box).tolist() data = {"11": "345"} data['box'] = box print(data)