The JSON Feed (feed.json), per the jsonfeed.org
1.1 spec — the Atom feed's twin for JSON-native readers and agents
(DESIGN.md §6).
Same post selection, same dates-from-content determinism (ADR 0005).
Summary
Functions
Renders the JSON Feed for the given posts (newest first).
Functions
@spec render(Cherry.Site.t(), [Cherry.Content.Document.t()]) :: String.t()
Renders the JSON Feed for the given posts (newest first).