Forgive me if I’m wrong, but this is just a trick of the eye. What LOOKS like a list with its first element being an object, and the second being “"buttons":[...]
” is actually just a list with one object in it (which "buttons"
is a part of.) The brace that looks like it closes the object actually closes "default_action"
.
So just put the buttons
key inside your object and you should be golden.