feedtxt v1.0.0 gem - adds metadata readers for JSON and INI to Feed.TXT
Hello, the new feedtxt v1.0.0 gem for reading web feeds in the new Feed.TXT format now includes metadata readers / parsers in JSON and INI formats (in addition to YAML). The INI reader uses the INI.load reader from the props gem (ConfUtils). Use Feedtxt.parse for all formats or Feedtxt::YAML.parse, Feedtxt::JSON.parse or Feedtxt::INI.parse for metadata format-specific parsers. Cheers. PS: Feed.TXT is also known as RSS (Really Simple Sharing) 5.0 ;-).
Post a comment