Tôi có một câu lệnh như thế này:
sample = {'ObjectInterpolator': 1629, 'PointInterpolator': 1675, 'RectangleInterpolator': 2042}
Tôi không thể tìm ra cách đổ dict vào một json
tệp như dưới đây:
{
"name": "interpolator",
"children": [
{"name": "ObjectInterpolator", "size": 1629},
{"name": "PointInterpolator", "size": 1675},
{"name": "RectangleInterpolator", "size": 2042}
]
}
Có một cách pythonic để làm điều này?
Bạn có thể đoán rằng tôi muốn tạo một bản đồ d3
tre.