Advertisement
Vladimir3261

Untitled

Oct 24th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.15 KB | None | 0 0
  1. // OLD
  2. {
  3. "photo": {
  4. "small": "https....",
  5. "medium": "https://..."
  6. }
  7. }
  8. // NEW
  9. {
  10. "photo_small": "https://...",
  11. "photo_medium": "https://..."
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement