class

Fetcher::JSONFeedParser

Inherits Fetcher::EntryParser < Reference < Object

JSON Feed parser implementation

Instance methods

parse_entries(data : String, limit : Int32) : Array(Entry)
Source
parse_entries(parsed : JSON::Any, limit : Int32) : Array(Entry)
Source
parse_feed_metadata(data : String) : FeedMetadata
Source
parse_feed_metadata(parsed : JSON::Any) : FeedMetadata
Source