Created
August 22, 2024 00:29
-
-
Save sidneyroberto/be528c15351caf1a90aa6ac791400faf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"titulo": "Desenvolvimento das asas da borboleta", | |
"area": "CBS", | |
"codigo": "CBS01", | |
"autores": [ | |
{ | |
"nome": "Fulano de Tal", | |
"genero": "M", | |
"cpf": "999.999.999-99" | |
}, | |
{ | |
"nome": "João Sousa", | |
"genero": "M", | |
"cpf": "888.999.999-99" | |
}, | |
{ | |
"nome": "Cicrana da Silva", | |
"genero": "F", | |
"cpf": "777.999.999-99" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment