Skip to content

Instantly share code, notes, and snippets.

@kirasiris
Created April 3, 2020 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirasiris/d3360719d2896c0765e2875fa83fc181 to your computer and use it in GitHub Desktop.
Save kirasiris/d3360719d2896c0765e2875fa83fc181 to your computer and use it in GitHub Desktop.
A example displaying JSON data from an Application I'm working on.
"data": [
{
"skills": [],
"languages": [],
"featured": "no",
"status": "published",
"_id": "5e22cb366eb08933b0de664e",
"title": "My second resume",
"email": "kebin1421@hotmail.com",
"address": "10153 Red Bluff Ln Fort Worth, TX",
"name": "Kevin Uriel Azuara Fonseca",
"summary": "I entered into the web development industry back when I was just 13 and since then I have never stop challenging myself",
"user": {
"_id": "5e0925629648903308163aeb",
"username": "GodHimself",
"avatar": "//www.gravatar.com/avatar/b62ddb6758fca61fb7a56381ac7cb07d?s=200&r=pg&d=mm",
"bio": "I'm not God",
"id": "5e0925629648903308163aeb"
},
"experience": [
{
"current": true,
"_id": "5e2e00fbc0befc187821fffb",
"title": "Receiving Clerk",
"company": "Ajinomoto Foods",
"location": "Fort Worth, TX",
"from": "2020-01-03T06:00:00.000Z",
"to": null,
"description": "In charge of making and receiving orders"
}
],
"education": [
{
"current": false,
"_id": "5e2e04a3550b433c5499268a",
"school": "Graciano Sanchez",
"degree": "Diploman",
"major": "N/A",
"from": "2004-08-25T05:00:00.000Z",
"to": "2010-08-29T05:00:00.000Z",
"description": "La escuela con los peores maestros del mundo"
},
{
"current": true,
"_id": "5e2e03e1faf96f19c8c5bfbd",
"school": "Byron Nelson Highschool",
"degree": "Diploma",
"major": "Computer Science",
"from": "2014-04-13T05:00:00.000Z",
"to": "2016-05-29T05:00:00.000Z",
"description": "The best highschool out there!"
}
],
"date": "2020-01-18T09:09:10.429Z",
"certificates": [
{
"current": false,
"_id": "5e2e085cff29f23f88444ec8",
"name": "CompTIA A+ ce Certification",
"organization": "CompTIA",
"from": "2019-01-08T06:00:00.000Z",
"to": "2022-01-08T06:00:00.000Z",
"credentialId": "EM8EKJEEQPFQQWCB",
"credentialURL": "https://www.youracclaim.com/badges/72a35422-67ee-4f4e-9d3d-9015ec3ad926",
"description": "Earners of the CompTIA A+ certification are proven problem solvers who are able to perform critical IT support tasks including device configuration, data backup and recovery, and operating system configuration. CompTIA A+ certified professionals have demonstrated baseline security skills for IT support roles and are able to detect and remove malware, address privacy concerns, and troubleshoot core service challenges."
},
{
"current": false,
"_id": "5e23d9ca453bea37f4eeb289",
"name": "CompTIA A+ ce Certification",
"organization": "CompTIA",
"from": "2019-01-08T06:00:00.000Z",
"to": "2022-01-08T06:00:00.000Z",
"credentialId": "EM8EKJEEQPFQQWCB",
"credentialURL": "https://www.youracclaim.com/badges/72a35422-67ee-4f4e-9d3d-9015ec3ad926",
"description": "Earners of the CompTIA A+ certification are proven problem solvers who are able to perform critical IT support tasks including device configuration, data backup and recovery, and operating system configuration. CompTIA A+ certified professionals have demonstrated baseline security skills for IT support roles and are able to detect and remove malware, address privacy concerns, and troubleshoot core service challenges."
}
],
"id": "5e22cb366eb08933b0de664e"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment