I want to return the result in JSON following this format:
{"cadastros": [
{"id": 1, "STATUS": true, "pessoas": [], "podeEscrever": true},
{"id": 2, "STATUS": false, "pessoas": ['Maria', 'Ana'], "podeEscrever": true},
], 'princi...
asked by
29.07.2015 / 00:28