Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. {
  2. stuff : "someValue",
  3. moreStuff : "someOtherValue",
  4. url : "http://mydomain.prep.com/post/290837872/myContent"
  5. }
  6. {
  7. stuff : "someValue",
  8. moreStuff : "someOtherValue",
  9. url : "http://mydomain.prep.com/s/44432/somethingElse"
  10. }
  11. {
  12. stuff : "someValue",
  13. moreStuff : "someOtherValue",
  14. url : "https://newdomain.com/ref/2"
  15. }
  16. {
  17. stuff : "someValue",
  18. moreStuff : "someOtherValue",
  19. url : "http://olddomain.reference.org/ref/5"
  20. }
  21. {
  22. stuff : "someValue",
  23. moreStuff : "someOtherValue",
  24. url : "https://newdomain.com/ref/2342"
  25. }
  26. {
  27. stuff : "someValue",
  28. moreStuff : "someOtherValue",
  29. url : "http://olddomain.reference.org/ref/1234"
  30. }
  31.  
  32. {
  33. "0" : "http://mydomain.prep.com",
  34. "1" : "https://newdomain.com",
  35. "2" : "http://olddomain.reference.org"
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement