Answers for "formato json"

11

javascript object notation

{
  "first_name": "Taylor",
  "last_name": "Hawkes",
  "age": 31,
  "address": {
    "street": "954 Kazaam Lane",
    "city": "Boulder",
    "state": "CO",
    "postalCode": "80303"
  },
  "emails": [
    {
      "type": "main",
      "number": "[email protected]"
    },
    {
      "type": "secondary",
      "number": "[email protected]"
    }
  ]
}
Posted by: Guest on June-27-2019
0

formato json

{  	"nome":"Edoardo",  	"cognome":"Rossi",  	"matricola":"S123456",  	"corsi_precedenti":2,  	"laureato":true  }
Posted by: Guest on February-11-2021
0

o que é jsonm

{"id":1,"nome":"Alexandre Gama", "endereco":"R. Qualquer"}
Posted by: Guest on July-15-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language