質問編集履歴

1

add json file

2021/03/31 09:24

投稿

coala
coala

スコア8

test CHANGED
File without changes
test CHANGED
@@ -221,3 +221,61 @@
221
221
  <!ATTLIST tweet id CDATA #REQUIRED>
222
222
 
223
223
  ```
224
+
225
+
226
+
227
+ JSON file
228
+
229
+ ```
230
+
231
+ {
232
+
233
+ "created_at":"Wed Dec 17",
234
+
235
+ "id":545025256960,
236
+
237
+ "id_str":"5450256960",
238
+
239
+ "text":"hello world",
240
+
241
+ "user":{
242
+
243
+ "id":275881,
244
+
245
+ "id_str":"275881",
246
+
247
+ "name":"Json",
248
+
249
+ },
250
+
251
+ "retweeted_status":{
252
+
253
+ "created_at":"Wed Dec 16",
254
+
255
+ "id":545020558720,
256
+
257
+ "id_str":"545058558720",
258
+
259
+ "text":"twitter",
260
+
261
+ "user":{
262
+
263
+ "id":874136,
264
+
265
+ "id_str":"874136",
266
+
267
+ "name":"Farmony",
268
+
269
+ "screen_name":"Fiftony",
270
+
271
+ }
272
+
273
+ }
274
+
275
+ }
276
+
277
+ {.......
278
+
279
+ }
280
+
281
+ ```