Guest User

Untitled

a guest
Jun 21st, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. [{ fromCountry: "TE", toCountry: "FE"​​, type: "new", status: "created" },{ fromCountry: "TE", toCountry: "FE"​​, type: "old", status: "cold" }, { fromCountry: "CD", toCountry: "EG"​​, type: "used", status: "hot" }, { fromCountry: "CD", toCountry: "EG"​​, type: "old", status: "hot" } ... ]
  2.  
  3. [{ name: "TE", value: 2, child: [{ name: "new", value: 1 }, { name: "old", value: 1 }]}, { name: "CD", value: 2, child: [{ name: "used", value: 1}, { name: "old", value: 1 }]}]
Add Comment
Please, Sign In to add comment