Skip to content

Instantly share code, notes, and snippets.

@edipofederle
Created July 12, 2013 17:25
Show Gist options
  • Select an option

  • Save edipofederle/5986177 to your computer and use it in GitHub Desktop.

Select an option

Save edipofederle/5986177 to your computer and use it in GitHub Desktop.
Exemplo json contendo pacote (e suas propriedades) eclasses (propriedades e atributos),
{
"Pacote":"MeuPacote",
"PropriedadesDoPacote":[
{
"attr":"algumacoisa"
},
{
"attr2":"algumacoisa"
}
],
"Classes":[
{
"NomeClasse":"MinhaClasse",
"PropriedadeDaClasse":[
{
"isInterface":"true"
},
{
"isAbstract":"false"
}
]
},
{
"AtributosDaClasse":[{"nome":"at1", "Propriedades":[{"prop1":"valor"}]}]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment