Advertisement
dayaneCarmonio

JSON trab. comp. nuvem

Aug 19th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.52 KB | None | 0 0
  1. users:{
  2.   _id:"57b4f1e43162731724f15de4",
  3.   name:"dayane",
  4.   password:"abc",
  5.   email:"dayane@puc.com"
  6. }
  7.  
  8. menu_items:{
  9.   _id:"57b50450316273152ccbdd55",
  10.   name:"sprite",
  11.   price:10.6,
  12.   name_session:"bebidas"
  13. }
  14.  
  15. session:{
  16.   _id:"57b506be316273152ccbdd57",
  17.   name:"bebidas"
  18. }
  19.  
  20. orders:{
  21.   _id:"57b50702316273152ccbdd59",
  22.   date:"2016-08-19 23:00:00",
  23.   total: 100.00,
  24.   user:{
  25.     _id:"57b4f1e43162731724f15de4"
  26.   }
  27.   items:[
  28.     {
  29.       name:"sprite"
  30.     },
  31.     {
  32.       name:"coca-cola"
  33.     },
  34.   ]
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement