Json Data

Hi

Hoping to get som help regarding Json data in dynamo, I am fairly new to dynamo but know my way around, and I have never worked with Json before, so I am a bit lost:

I am trying to achive this structure in my Json file:

[
{
“Node”: {
“Element”: {
“id”: “02c3e303-a443-4f02-9927-e43519227ade”,
“name”: {
“Danish”: “BD A”
},
“source”: “User”,
“comment”: “”,
“enabled”: true,
“active”: true
}
}
}
]

Is it possible with the JosnData package?

I only gotten this fare:

And am stuck now, any pointers would be appriciated

NVM :slight_smile:

Found a solution, digged into python script which was surprisingly easy. So made a script doing it for me, and a bunch of other things, since I need dynamic variables also to construct the json file.
Stil working in progress though.

1 Like