Created
January 27, 2017 22:47
-
-
Save gahabeen/799de8aa08bfa92e228126e62d20e91a to your computer and use it in GitHub Desktop.
Bare Cheerio Code to Extract Data Output
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
// Here is the output data: | |
// [ | |
// { | |
// "name": " Tessera ", | |
// "description": " Proud of our wide range of product\n\t\t\t\twe developped many project in the past 4 years. You can find the company \n\t\t\t\tin 14 different countries ", | |
// "contact": { | |
// "telephone": " Phone: (841) 467-168 ", | |
// "employee": { | |
// "name": " Mike Layn ", | |
// "jobTitle": " Marketing Assistant", | |
// "email": " Email: [email protected]" | |
// } | |
// } | |
// }, | |
// { | |
// "name": " Marcox ", | |
// "description": " Lorem ipsum dolor ", | |
// "contact": { | |
// "telephone": " Phone: +1497 467168 ", | |
// "employee": { | |
// "name": " Jake Kannegan ", | |
// "jobTitle": " Owner ", | |
// "email": " Email: [email protected]" | |
// } | |
// } | |
// } | |
// ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment