Advertisement
craftyoyo

Untitled

Aug 15th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "items": [
  3.         {
  4.             "id": "2",
  5.             "content_text": "This is a second item.",
  6.             "url": "https://example.org/second-item"
  7.         },
  8.         {
  9.             "id": "1",
  10.             "content_html": "<p>Hello, world!</p>",
  11.             "url": "https://example.org/initial-post"
  12.         }
  13.     ]
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement