Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. {
  2. nombre:"pablo",
  3. telefono:666555444,
  4. ciudad:"Bilbao",
  5. lenguajes:["java", "kotlin"]
  6. }
  7.  
  8. {
  9. nombre:"pedro",
  10. telefono:666222333,
  11. ciudad:"Madrid"
  12. }
  13.  
  14. {
  15. nombre:"luis",
  16. telefono:666222333,
  17. ciudad:["Lima","Bogotá"]
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement