My JSON object is valid and it's called list_to_book_for
:
{"fold1-key1":{"name":"Van Antwerpen"},"fold2-key2":{"name":"Delporte"},"fold3-key3":{"name":"Lallemand"}}
In order to add the content of a variable into this object, I have the following structure:
"fold1":
{
"name": "Too book for ",
"items":
{
}
},
Is it possible to insert the variable into the items section?