I'm preparing the data for viewing and viewing operations. I use the library D3.js .
The data collection is:
{ "autores" : [
{ "id":1, "nome": "Fulano" },
{ "id":2, "nome": "Ciclano" }
],
"livros" : [
{"id": 1, "autor": 1, "tit...
asked by
12.11.2014 / 15:03