может быть, как ниже, что вы хотите:
[
{
"Database" : "flowers",
"Types" : [
{
"Type" : "sunflower",
"Location" : "behind",
"Height" : "130"
},
{
"Type" : "roses",
"Time" : "12:30",
"Date" : "12-12-2019",
"Height" : "150"
}
]
},
{
"Database" : "fruits",
"Types" : [
{
"Type" : "apple",
"Height" : "200"
},
{
"Type" : "peer",
"Location" : "above"
},
{
"Type" : "banana",
"Color" : "green"
}
]
}
]