You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/examples.txt
+43-42Lines changed: 43 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -532,8 +532,9 @@ JSON:
532
532
},
533
533
"email": "secretariat@example.com",
534
534
"faxNumber": "+33142685301",
535
-
"iso6523Code": "0009:44306184100039",
536
-
"iso6523Code": "9957:FR64443061841",
535
+
"iso6523Code": [
536
+
"0009:44306184100039", "9957:FR64443061841"
537
+
],
537
538
"member": [
538
539
{
539
540
"@type": "Organization"
@@ -1224,49 +1225,49 @@ JSON:
1224
1225
"@type": "WebPage",
1225
1226
"breadcrumb": "Books > Literature & Fiction > Classics",
1226
1227
"mainEntity":{
1227
-
"@type": "Book",
1228
-
"author": "/author/jd_salinger.html",
1229
-
"bookFormat": "https://schema.org/Paperback",
1230
-
"datePublished": "1991-05-01",
1231
-
"image": "catcher-in-the-rye-book-cover.jpg",
1232
-
"inLanguage": "English",
1233
-
"isbn": "0316769487",
1234
-
"name": "The Catcher in the Rye",
1235
-
"numberOfPages": "224",
1236
-
"offers": {
1237
-
"@type": "Offer",
1238
-
"availability": "https://schema.org/InStock",
1239
-
"price": "6.99",
1240
-
"priceCurrency": "USD"
1241
-
},
1242
-
"publisher": "Little, Brown, and Company",
1243
-
"aggregateRating": {
1244
-
"@type": "AggregateRating",
1245
-
"ratingValue": "4",
1246
-
"reviewCount": "3077"
1247
-
},
1248
-
"review": [
1249
-
{
1250
-
"@type": "Review",
1251
-
"author": "John Doe",
1252
-
"datePublished": "2006-05-04",
1253
-
"name": "A masterpiece of literature",
1254
-
"reviewBody": "I really enjoyed this book. It captures the essential challenge people face as they try make sense of their lives and grow to adulthood.",
1255
-
"reviewRating": {
1228
+
"@type": "Book",
1229
+
"author": "/author/jd_salinger.html",
1230
+
"bookFormat": "https://schema.org/Paperback",
1231
+
"datePublished": "1991-05-01",
1232
+
"image": "catcher-in-the-rye-book-cover.jpg",
1233
+
"inLanguage": "English",
1234
+
"isbn": "0316769487",
1235
+
"name": "The Catcher in the Rye",
1236
+
"numberOfPages": "224",
1237
+
"offers": {
1238
+
"@type": "Offer",
1239
+
"availability": "https://schema.org/InStock",
1240
+
"price": "6.99",
1241
+
"priceCurrency": "USD"
1242
+
},
1243
+
"publisher": "Little, Brown, and Company",
1244
+
"aggregateRating": {
1245
+
"@type": "AggregateRating",
1246
+
"ratingValue": "4",
1247
+
"reviewCount": "3077"
1248
+
},
1249
+
"review": [
1250
+
{
1251
+
"@type": "Review",
1252
+
"author": "John Doe",
1253
+
"datePublished": "2006-05-04",
1254
+
"name": "A masterpiece of literature",
1255
+
"reviewBody": "I really enjoyed this book. It captures the essential challenge people face as they try make sense of their lives and grow to adulthood.",
1256
+
"reviewRating": {
1256
1257
"@type": "Rating",
1257
1258
"ratingValue": "5"
1258
1259
}
1259
-
},
1260
-
{
1261
-
"@type": "Review",
1262
-
"author": "Bob Smith",
1263
-
"datePublished": "2006-06-15",
1264
-
"name": "A good read.",
1265
-
"reviewBody": "Catcher in the Rye is a fun book. It's a good book to read.",
1266
-
"reviewRating": "4"
1267
-
}
1268
-
]
1269
-
}
1260
+
},
1261
+
{
1262
+
"@type": "Review",
1263
+
"author": "Bob Smith",
1264
+
"datePublished": "2006-06-15",
1265
+
"name": "A good read.",
1266
+
"reviewBody": "Catcher in the Rye is a fun book. It's a good book to read.",
0 commit comments