25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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