Advertisement
Guest User

Untitled

a guest
Apr 8th, 2020
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. {
  2. "us": {
  3. "unit": "inches",
  4. "male": {
  5. "shoe": {
  6. "input": [],
  7. "rec": []
  8. },
  9. "foot": {
  10. "input": [],
  11. "rec": []
  12. }
  13. },
  14. "female": {
  15. "shoe": {
  16. "input": [],
  17. "rec": []
  18. },
  19. "foot": {
  20. "input": [],
  21. "rec": []
  22. }
  23. }
  24. },
  25. "eu": {
  26. "unit": "cm",
  27. "male": {
  28. "shoe": {
  29. "input": [39, 40, 41, 42, 43, 44, 45, 46],
  30. "rec": [39, 40, 41, 42, 43, 44, 45, 46]
  31. },
  32. "foot": {
  33. "input": [26, 26.5, 27, 27.5],
  34. "rec": [39, 39, 40, 41]
  35. }
  36. },
  37. "female": {
  38. "shoe": {
  39. "input": [],
  40. "rec": []
  41. },
  42. "foot": {
  43. "input": [],
  44. "rec": []
  45. }
  46. }
  47. },
  48. "uk": {
  49. "unit": "inches",
  50. "male": {
  51. "shoe": {
  52. "input": [],
  53. "rec": []
  54. },
  55. "foot": {
  56. "input": [],
  57. "rec": []
  58. }
  59. },
  60. "female": {
  61. "shoe": {
  62. "input": [],
  63. "rec": []
  64. },
  65. "foot": {
  66. "input": [],
  67. "rec": []
  68. }
  69. }
  70. }
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement