Luiz Capitulino wrote: > capability_enable [ "foo", "bar" ] > > Now, only one command is not terrible difficult, but we would > have to accept an array of objects, like: > > [ { "name": "foo", "enabled": true }, { "name": "bar", "enabled": true } ]
That looks like XML-itis. Why not { "foo": true, "bar": true }? -- Jamie