Created
January 9, 2019 15:59
-
-
Save devmeireles/86a3721eda0e9e455fdf01c3500f14d0 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"name": "Gabriel Meireles", | |
"edad": 25, | |
"ocupacion": "Desarollador Web", | |
"especializaciones":{ | |
"PHP":{ | |
"Frameworks": [ | |
"Zend Framework", "Codeigniter", "Laravel" | |
], | |
"grado": "7 años" | |
}, | |
"CSS":{ | |
"Frameworks": [ | |
"Bootstrap" | |
], | |
"grado": "8 años" | |
}, | |
"Javascript":{ | |
"Frameworks": [ | |
"React" | |
], | |
"grado": "5 años" | |
}, | |
"HTML":{ | |
"grado": "8 años" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment