Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. let JSON = [
  2. {
  3. "userId": 1,
  4. "id": 1,
  5. "title": "sunt aut facere repellat provident occaecati excepturi optio reprehenderit",
  6. "body": "quia et suscipit\nsuscipit recusandae consequuntur expedita et cum\nreprehenderit molestiae ut ut quas totam\nnostrum rerum est autem sunt rem eveniet architecto"
  7. },
  8. {
  9. "userId": 1,
  10. "id": 2,
  11. "title": "qui est esse",
  12. "body": "est rerum tempore vitae\nsequi sint nihil reprehenderit dolor beatae ea dolores neque\nfugiat blanditiis voluptate porro vel nihil molestiae ut reiciendis\nqui aperiam non debitis possimus qui neque nisi nulla"
  13. }
  14. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement