Advertisement
afterlife88

Untitled

Nov 12th, 2015
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. [
  2. {
  3. "author": {
  4. "authorId": 1,
  5. "firstName": "sample string 2",
  6. "lastName": "sample string 3"
  7. },
  8. "category": {
  9. "categoryId": 1,
  10. "categoryName": "sample string 2",
  11. "categoryDescription": "sample string 3"
  12. },
  13. "ownersUsers": [
  14. {
  15. "userId": 2,
  16. "password": "1233",
  17. "name": "Andrwwww",
  18. "surname": "Iasko"
  19. }
  20. ],
  21. "bookId": 1,
  22. "bookName": "sample string 4",
  23. "numberOfPages": 0,
  24. "booksLeft": 0,
  25. "isbn": null
  26. },
  27. {
  28. "author": {
  29. "authorId": 2,
  30. "firstName": "sample string 2",
  31. "lastName": "sample string 3"
  32. },
  33. "category": {
  34. "categoryId": 2,
  35. "categoryName": "sample string 2",
  36. "categoryDescription": "sample string 3"
  37. },
  38. "ownersUsers": [
  39. {
  40. "userId": 1,
  41. "password": "123",
  42. "name": "Andrew",
  43. "surname": "Iasko"
  44. },
  45. {
  46. "userId": 2,
  47. "password": "1233",
  48. "name": "Andrwwww",
  49. "surname": "Iasko"
  50. }
  51. ],
  52. "bookId": 2,
  53. "bookName": "sample string 5",
  54. "numberOfPages": 0,
  55. "booksLeft": 0,
  56. "isbn": null
  57. }
  58. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement