JSON 피드

JSON Feed
JSON 피드
파일 이름 확장명
.json
인터넷 미디어 유형application/feed+json
형식 유형웹 신디케이션
연장 위치제이슨
오픈 포맷?
웹사이트https://jsonfeed.org/

JSON FeedRSSAtom이 사용하는 XML 대신 JSON의 웹 신디케이션용피드 파일 형식이다.[1]

다양한 소프트웨어 라이브러리와 웹 프레임워크는 JSON Feed를 통한 컨텐츠 신디케이션 지원.[2]지원 고객으로는 NetNewsWire, NewsBlur,[3] ReadKit 및 Reeder가 있다.

주목할 만한 출판사로는 NPR이 있다.[4]

1.1 사양을 사용한 예시 피드 입니다.[5]자세한 내용은 만료된 속성이나 허브와 같은 기타 선택적 속성을 포함하여 웹사이트에서 확인할 수 있다.사용자 지정 오브젝트도 출판사가 사용할 수 있지만 이를 이해하지 못하는 사료 리더는 이를 무시해야 한다.

{   "버전": "https://jsonfeed.org/version/1.1",   "title": "내 예시 피드",   "홈_page_page": "https://example.org/",   "feed_feed": "https://example.org/feed.json",   "description": "제목 이상의 세부사항을 제공하기 위한 선택사항",   "user_user": "선택 사항이며 피드 판독기에 의해 무시되어야 한다.",   "next_nowledge": "https://example.org/feed-pagination.json?x=unique_next_url",   "아이콘": "https://example.org/favicon-timeline-512x512.png",   "favicon": "https://example.org/favicon-sourcelist-64x64.png",   "authors": [     {       "이름": "선택사항 작성자",       "url": "https://example.org/authors/optional-author",       "avatar": "https://example.org/authors/optional-author/avatar-512x512.png"     }   ],   "언어": "en-US",   "items": [     {       "id": "2",       "content_text": "이것은 두 번째 물건이야.",       "url": "https://example.org/second-item",       "언어": "es-mx",       "attachments": [         {           "url": "https://example.org/second-item/audio.ogg",           "mime_type": "audio/ogg",           "title": "선택사항 제목",           "size_in_message": 31415927,           "duration_in_seconds": 1800         }       ]     },     {       "id": "숫자, GUID, url 등",       "url": "https://example.org/initial-post",       "external_internal": "https://en.wikipedia.org/w/index.php?title=JSON_Feed",       "title": "선택사항 제목",       "content_properties": "[p]피드 판독기에 대한 옵션 내용.content_text 또는 둘 다 동시에 사용할 수도 있다.</p>",       "content_text": "단순 피드에 대한 옵션 텍스트",       "summary": "항목의 선택적 요약",       "이미지": "https://example.org/initial-post/main-img.png",       "banner_image": "https://example.org/initial-post/details-banner.png",       "date_message": "2021-10-25T19:30:00-01:00",       "date_message": "2021-10-26T19:45:00-01:00",       "authors": [         {           "이름": "선택사항 작성자",           "url": "https://example.org/authors/optional-author",           "avatar": "https://example.org/authors/optional-author/avatar-512x512.png"         }       ],       "tags": [         "옵션 태그",         "예"       ],       "언어": "en-US"     }   ] } 

참고 항목

참조

  1. ^ Brent Simmons; Manton Reece (2017-05-17). "JSON Feed: Version 1".
  2. ^ Brent Simmons; Manton Reece. "JSON Feed: Code".
  3. ^ Samuel Clay (23 May 2017). "NewsBlur now supports the new JSON Feed spec". The NewsBlur Blog. Retrieved 17 July 2020.
  4. ^ Kasbergen, Nara. "NPR now supports JSON Feed!". Medium. Retrieved 17 July 2020.
  5. ^ "JSON Feed - JSON Feed Version 1.1". www.jsonfeed.org. Retrieved 2021-10-25.

외부 링크