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. The spec mostly maps pretty cleanly into Go's standard JSON encoding and decoding behavior, with just a few special rules here and there. The MarshalJSON and UnmarshalJSON methods handle those rules for you, plus validation. Clients of this package should use the generic Marshal and Unmarshal functions (or types Encoder and Decoder) in package json.
proxy.golang.org
v0.1.1
almost 5 years ago
2
5
1
Links
| Registry | proxy.golang.org |
| Source | Repository |
| Docs | Documentation |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:golang/github.com/kr/jsonfeed
spec |
| License | MIT |
| Namespace | github.com/kr |
| First Release | almost 8 years ago |
| Last Synced | 2 days ago |
Repository
| Stars | 11 on GitHub |
| Forks | 1 on GitHub |