You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
480B

  1. ({
  2. 'name': 'David',
  3. 'twitter': '@dasilvacontin',
  4. 'fobject': [
  5. {
  6. 'name': 'Flor',
  7. 'twitter': '@florrts'
  8. },
  9. {
  10. 'name': 'Miquel',
  11. 'twitter': null
  12. },
  13. {
  14. 'name': 'Chris',
  15. 'twitter': undefined
  16. }
  17. ],
  18. 'favorites': {
  19. 'color': 'blue',
  20. 'president': 'Bush',
  21. 'show': 'Futurama'
  22. },
  23. 'mascot': {
  24. 'name': 'Squid',
  25. 'favorites': {
  26. 'color': 'orange',
  27. 'president': undefined,
  28. 'show': null
  29. }
  30. }
  31. });