Advertisement
obez

Untitled

Aug 5th, 2016
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.32 KB | None | 0 0
  1. /* 1 */
  2. {
  3.     "doc_info" : "info_1",
  4.     "wa" : []
  5. }
  6.  
  7. /* 2 */
  8. {
  9.     "doc_info" : "info_2",
  10.     "wa" : [
  11.         {
  12.             "wa_flag" : 1,
  13.             "ax" : []
  14.         },
  15.         {
  16.             "wa_flag" : 5,
  17.             "ax" : []
  18.         }
  19.     ]
  20. }
  21.  
  22. /* 3 */
  23. {
  24.     "doc_info" : "info3",
  25.     "wa" : [
  26.         {
  27.             "Wa_flag" : 1,
  28.             "ax" : [
  29.                 {
  30.                     "ax_info" : "info3_ax1",
  31.                     "de" : []
  32.                 },
  33.                 {
  34.                     "ax_info" : "info3_ax2",
  35.                     "de" : []
  36.                 }
  37.             ]
  38.         },
  39.         {
  40.             "Wa_flag" : 1,
  41.             "ax" : [
  42.                 {
  43.                     "ax_info" : "info3_ax3",
  44.                     "de" : []
  45.                 },
  46.                 {
  47.                     "ax_info" : "info3_ax4",
  48.                     "de" : []
  49.                 }
  50.             ]
  51.         },
  52.         {
  53.             "Wa_flag" : 5,
  54.             "ax" : [
  55.                 {
  56.                     "ax_info" : "info3_ax5",
  57.                     "de" : []
  58.                 },
  59.                 {
  60.                     "ax_info" : "info3_ax6",
  61.                     "de" : []
  62.                 }
  63.             ]
  64.         }
  65.     ]
  66. }
  67.  
  68. /* 4 */
  69. {
  70.     "doc_info" : "info4",
  71.     "wa" : [
  72.         {
  73.             "Wa_flag" : 1,
  74.             "ax" : [
  75.                 {
  76.                     "ax_info" : "info4_ax1",
  77.                     "de" : [
  78.                         {
  79.                             "type" : 10,
  80.                             "value" : 5
  81.                         },
  82.                         {
  83.                             "type" : 50,
  84.                             "value" : 3
  85.                         },
  86.                         {
  87.                             "type" : 10,
  88.                             "value" : 1
  89.                         }
  90.                     ]
  91.                 }
  92.             ]
  93.         },
  94.         {
  95.             "Wa_flag" : 5,
  96.             "ax" : [
  97.                 {
  98.                     "ax_info" : "info4_ax2",
  99.                     "de" : [
  100.                         {
  101.                             "type" : 10,
  102.                             "value" : 5
  103.                         }
  104.                     ]
  105.                 }
  106.             ]
  107.         }
  108.     ]
  109. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement