Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <script>
  6.  
  7.  
  8. var jsonData = '("catalog":
  9. [{
  10.  
  11. "id" = "bk101",
  12. "author":"Gambardella, Matthew",
  13. "title":"XML Developer's Guide",
  14. "genre":"Computer",
  15. "price":"44.95",
  16. "publish_date":"2000-10-01",
  17. "description":"An in-depth look at creating applications
  18. with XML."
  19.  
  20. },
  21.  
  22. {
  23.  
  24. "id" = "bk102",
  25. "author":"Ralls, Kim",
  26. "title":"Midnight Rain",
  27. "genre":"Fantasy",
  28. "price":"5.95",
  29. "publish_date":"2000-12-16",
  30. "description":"A former architect battles corporate zombies,
  31. an evil sorceress, and her own childhood to become queen
  32. of the world."
  33. },
  34.  
  35. {
  36.  
  37. "id"= "bk103",
  38. "author":"Corets, Eva",
  39. "title":"Maeve Ascendant",
  40. "genre":"Fantasy",
  41. "price":"5.95",
  42. "publish_date":"2000-11-17",
  43. "description":"After the collapse of a nanotechnology
  44. society in England, the young survivors lay the
  45. foundation for a new society."
  46.  
  47. ])";
  48.  
  49. }, version: 1.05
  50.  
  51.  
  52. //alert("I dont know");
  53. console.log(jsonData");
  54. </script>
  55. </body>
  56. <head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement