Created
August 3, 2016 16:48
-
-
Save leandrojo/f2b4a4009e6782149a1356b7e8708ec4 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
| { | |
| Categorias: [ | |
| { | |
| name: "Assist. Técnica", | |
| profissoes: [ | |
| { | |
| name | |
| } | |
| ] | |
| }, | |
| { | |
| name: "Aulas", | |
| profissoes: [ | |
| { | |
| name | |
| } | |
| ] | |
| }, | |
| { | |
| name: "Autos", | |
| profissoes: [ | |
| { | |
| name | |
| } | |
| ] | |
| }, | |
| { | |
| name: "Consultoria", | |
| profissoes: [ | |
| { | |
| name | |
| } | |
| ] | |
| }, | |
| { | |
| name: "Design e Tecnologia Aulas", | |
| profissoes: [ | |
| { | |
| name | |
| } | |
| ] | |
| }, | |
| { | |
| name: "Eventos", | |
| profissoes: [ | |
| { | |
| name | |
| } | |
| ] | |
| }, | |
| { | |
| name: "Moda e Beleza", | |
| profissoes: [ | |
| { | |
| name | |
| } | |
| ] | |
| }, | |
| { | |
| name: "Reformas", | |
| profissoes: [ | |
| { | |
| name | |
| } | |
| ] | |
| }, | |
| { | |
| name: "Saúde", | |
| profissoes: [ | |
| { | |
| name | |
| } | |
| ] | |
| }, | |
| { | |
| name: "Serviços Domésticos", | |
| profissoes: [ | |
| { | |
| name | |
| } | |
| ] | |
| }, | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment