Skip to content

Instantly share code, notes, and snippets.

@gahabeen
Created January 27, 2017 22:50
Show Gist options
  • Save gahabeen/7967cae653df5d2d0b8b380d27e91a75 to your computer and use it in GitHub Desktop.
Save gahabeen/7967cae653df5d2d0b8b380d27e91a75 to your computer and use it in GitHub Desktop.
jsonframe data extraction output
// Here is the output data:
// {
// "companies": [
// {
// "name": "Tessera",
// "description": "Proud of our wide range of product we developped many project in the past 4 years. You can find the company in 14 different countries in the world. Blablabla.",
// "url": "/comp/tessera",
// "contact": {
// "telephone": "841467168",
// "employee": {
// "name": "Mike Layn",
// "jobTitle": "Marketing Assistant",
// "email": "mike.layn@tessera.io"
// }
// }
// },
// {
// "name": "Marcox",
// "description": "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupid in any actions we take in the world.",
// "url": "/comp/marcox",
// "contact": {
// "telephone": "1497467168",
// "employee": {
// "name": "Jake Kannegan",
// "jobTitle": "Owner",
// "email": "jakek@marcox.com"
// }
// }
// }
// ]
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment