[
'red',
'blue',
'green'
]
["red", "blue", "green"]
["red", "blue", "green"]
{
"color": "red",
"color": "blue",
"color": "green"
}
{
"red": "red",
"blue": "blue"
}
accountNum: '000605802'
/
\
:
{
{
photo: {
width: 1600,
height: 900,
binaries: {
url: 'https://www.example.com/images/34097349843',
thumbnail: 'https://www.example.com/images/thumbs/34097349843'
},
animated: false,
tags: [116, 943, 234, 38793],
}
}
{
"photo": {
"width": 1600,
"height": 900,
"binaries": {
"url": "https://www.example.com/images/34097349843",
"thumbnail": "https://www.example.com/images/thumbs/34097349843"
},
"animated": "false",
"tags": [116, 943, 234, 38793]
}
}
{
"photo": {
"width": 1600,
"height": 900,
"binaries": {
"url": "https://www.example.com/images/34097349843",
"thumbnail": "https://www.example.com/images/thumbs/34097349843"
},
"animated": false,
"tags": [116, 943, 234, 38793]
}
}
{
"photo": {
"width": 1600,
"height": 900,
"binaries": {
"url": "https://www.example.com/images/34097349843",
"thumbnail": "https://www.example.com/images/thumbs/34097349843"
},
"animated": false,
"tags": [116, 943, 234, 38793]
}
}
{
"photo": {
"width": "1600",
"height": "900",
"binaries": {
"url": "https://www.example.com/images/34097349843",
"thumbnail": "https://www.example.com/images/thumbs/34097349843"
},
"animated": "false",
"tags": ["116", "943", "234", "38793"]
}
}
loggedIn: true
<origin>
element<script>
element1.Sends data to specific server to create or update information.
2.Sends data to specific server to create or update information without the risk of creating the resource more than once.
3.Previews what the GET request response might be without the body of the text.
4.Learns the communication channels used by the target source.
5.Requests information from a specific source.
6.Removes information.
{
"host": "Atlanta",
"year": 1996
/_ Centennial Olympics _/
}
{
"host": "Atlanta",
"year": 1996
// Centennial Olympics
}
{
"host": "Atlanta",
"year": 1996,
"comment": "Centennial Olympics"
}
{
"host": "Atlanta",
"year": 1996,
\"Centennial Olympics\"
}
{
"host": "Atlanta",
"year": 1996,
"comment": "\"Centennial Olympics"
}
"'|=(_)(X 72(_)|\/||\*'"
"|=(_)(X 72(_)|\/||\*"
"|=(_)(X\" \"72(_)|\/||\*"
"\s(_)(X 72(_)|\/||\*"
JSON.parse({"first": "Sarah", "last": "Connor"}) ;
printNullness(JSON.parse('{ "lemmings": [] }'));
printNullness(JSON.parse('{ "lemmings": null }'));
printNullness(JSON.parse('{ "lemmings": "null" }'));
function printNullness(testMe) {
if (testMe.lemmings == null) console.log('null');
else console.log('not null');
}
not null
null
not null
null
null
not null
not null
null
null
null
null
null
constant: 6.022E23
"constant": "6.022E23"
"constant": "6\.022\E23"
constant: 6.022E23
constant: "6.022E23"
Reference Explanation: Scientific Notation is a valid JSON number. You can use e
or E
.
<object>
<script>
<json>
<meta>
{
"avengers": [
"iron man",
"hulk",
"thor",
"black widow",
"ant man",
"spider man'
]
}
{
"avengers": ["iron man", "hulk", "thor", "black widow", "ant man", "spider man"]
}
{
'avengers': [
{'iron man',
'hulk',
'thor',
'black widow',
'ant man',
'spider man'}
]
}
{
"avengers": ["iron man", "hulk", "thor", "black widow", "ant man", "spider man"]
}
{
"avengers": {[
"iron man",
"hulk",
"thor",
"black widow",
"ant man",
"spider man"
]}
}
[
{
"year": 2024
},
{
"location": "unknown"
}
]
Note: None of the above options appear to be correct. A correct answer would be "lastVisit": null
\r
\n
{
"result": [
{
"year": 2024
},
{
"location": "unknown"
}
]
}
{
"series": "Star Trek",
"episodes": "The Trouble with Tribbles"
}
"name": 'bb-8'
[]
{}
""
()
JSON.sort()
.*
#
^
"
variance: -0.0823
myVehicleContents = {
van: {
inside: {
'glove box': 'maps',
'passenger seat': 'crumbs',
},
exterior: {
trunk: 'jack',
},
},
};
myVehicleContents.van.inside['glove box'] = gloveBoxContents;
var gloveBoxContents = myVehicleContents.van.inside['glove box'];
gloveBoxContents;
var gloveBoxContents = myVehicleContents.van.glove box.contents;
gloveBoxContents;
myVehicleContents.van.inside['inside'] = gloveBoxContents;
YAML supports # comments but not JSON
"'|=(_)(X 72(_)|\/||*'"
"\s(_)(X 72(_)|\/||*"
"|=(_)(X\" \"72(_)|\/||*"
"|=(_)(X 72(_)|\/||*"