Skip to main content
Stack Overflow
  1. About
  2. For Teams

Return to Answer

Post Timeline

replaced http://tools.ietf.org/html/rfc with https://www.rfc-editor.org/rfc/rfc
Source Link

The keys in objects objects need to be properly encoded strings strings:

{
 "1" : {
 "name": "John Doe",
 "birthYear": "1990",
 "reqion": "USA",
 "phone": "604789577"
 },
 "2" : {
 "name": "Jose Dirack",
 "birthYear": "1970",
 "reqion": "Europe",
 "phone": "768789577"
 }
}

There was also a typo with the separating commas.

The keys in objects need to be properly encoded strings:

{
 "1" : {
 "name": "John Doe",
 "birthYear": "1990",
 "reqion": "USA",
 "phone": "604789577"
 },
 "2" : {
 "name": "Jose Dirack",
 "birthYear": "1970",
 "reqion": "Europe",
 "phone": "768789577"
 }
}

There was also a typo with the separating commas.

The keys in objects need to be properly encoded strings:

{
 "1" : {
 "name": "John Doe",
 "birthYear": "1990",
 "reqion": "USA",
 "phone": "604789577"
 },
 "2" : {
 "name": "Jose Dirack",
 "birthYear": "1970",
 "reqion": "Europe",
 "phone": "768789577"
 }
}

There was also a typo with the separating commas.

Source Link
Gumbo
  • 657.5k
  • 112
  • 793
  • 852

The keys in objects need to be properly encoded strings:

{
 "1" : {
 "name": "John Doe",
 "birthYear": "1990",
 "reqion": "USA",
 "phone": "604789577"
 },
 "2" : {
 "name": "Jose Dirack",
 "birthYear": "1970",
 "reqion": "Europe",
 "phone": "768789577"
 }
}

There was also a typo with the separating commas.

lang-php

AltStyle によって変換されたページ (->オリジナル) /