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.

19 line
282B

  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. })