JSON at Work: Practical Data Integration for the Web by Tom Marrs

JSON at Work: Practical Data Integration for the Web by Tom Marrs

Author:Tom Marrs [Marrs, Tom]
Language: eng
Format: azw3, pdf
Publisher: O'Reilly Media
Published: 2017-06-19T04:00:00+00:00


Example 7-2. data/weather.html

<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>OpenWeather - California Cities</title> <link rel="stylesheet" href="weather.css"> </head> <body> <h1>OpenWeather - California Cities</h1> <table class="weatherTable"> <thead> <tr> <th>City</th> <th>ID</th> <th>Current Temp</th> </tr> </thead> <tr> <td>Santa Rosa</td> <td>5201</td> <td>75</td> </tr> </table> </body> </html>

We’ll compare how each library converts the sample JSON input data to the target HTML document.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.