Skip to content

kr/jsonfeed

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Documentation

  https://godoc.org/github.com/kr/jsonfeed

Contributing

  Just open a pull request, make sure to explain
  your new feature or bug fix, and be ready to
  update your patch based on code review feedback.

  We maintain 100% statement coverage in tests.

Overview

  package jsonfeed // import "github.com/kr/jsonfeed"

  Package jsonfeed provides types that encode and decode
  JSON Feed files, as specified in "JSON Feed Version 1".
  See https://jsonfeed.org/version/1.

  This package's interface might change in the future in
  a way that requires updates to client code. If you want
  to avoid having to update, you should vendor this
  package in your application.