Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. [
  2. {
  3. "version_name": "1.1.1",
  4. "json_data": {
  5. "1.1.1": [
  6. [
  7. "python",
  8. "manage.py",
  9. "c"
  10. ],
  11. [
  12. "python",
  13. "manage.py",
  14. "d",
  15. "arg0"
  16. ],
  17. [
  18. "python",
  19. "manage.py",
  20. "e",
  21. "arg0",
  22. "--arg1"
  23. ]
  24. ],
  25. "1.1.0": [
  26. [
  27. "python",
  28. "manage.py",
  29. "a"
  30. ],
  31. [
  32. "python",
  33. "manage.py",
  34. "b",
  35. "arg0"
  36. ]
  37. ]
  38. }
  39. },
  40. {
  41. "version_name": "1.1.2",
  42. "json_data": {
  43. "1.1.2": [
  44. [
  45. "python",
  46. "manage.py",
  47. "w"
  48. ],
  49. [
  50. "python",
  51. "manage.py",
  52. "y",
  53. "arg0"
  54. ]
  55. ],
  56. "1.1.1": [
  57. [
  58. "python",
  59. "manage.py",
  60. "c"
  61. ],
  62. [
  63. "python",
  64. "manage.py",
  65. "d",
  66. "arg0"
  67. ],
  68. [
  69. "python",
  70. "manage.py",
  71. "e",
  72. "arg0",
  73. "--arg1"
  74. ]
  75. ],
  76. "1.1.0": [
  77. [
  78. "python",
  79. "manage.py",
  80. "a"
  81. ],
  82. [
  83. "python",
  84. "manage.py",
  85. "b",
  86. "arg0"
  87. ]
  88. ]
  89. }
  90. }
  91. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement