Skip to content

GramGibson/JsonFeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsonFeed 1.0.2

C# parsing for JsonFeed.org feeds

NuGet

Install

JsonFeed is available on NuGet:

Install-Package JsonFeed

Usage

Load a feed by URL using JsonFeed.Load:

var url = "https://jsonfeed.org/feed.json";
var jsonFeed = JsonFeed.Load(url);

Parse a JSON string using JsonFeed.Parse:

var jsonFeed = JsonFeed.Parse(jsonString);

More examples and documentation coming soon

About

C# parsing for JsonFeed.org feeds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages