Skip to content

JSON Feed Validator - Validate JSON Feed Format

Validate your JSON Feed against the JSON Feed specification (version 1.1).

Input

json
loading editor…

Paste your JSON Feed here...
or drop a file anywhere in this pane

Output

json

Validation results will appear here...
press to validate

What Is a JSON Feed?

A JSON Feed is a web feed format that uses JSON instead of XML to publish frequently updated content such as blog posts, news articles, or podcasts. JSON Feed (version 1.1) is simpler and more machine-friendly than RSS or Atom while providing the same syndication capabilities.

This is used for:

  • Blog Syndication: Publish your blog as a JSON Feed so feed readers and aggregators can consume it.
  • Podcast Distribution: Distribute podcast episodes with attached metadata using the JSON Feed podcast extensions.
  • API Content Feeds: Serve content updates as a standardized feed that any JSON Feed reader can parse.

How to Use the JSON Feed Validator Online

  1. Paste your feed JSON: Enter your JSON Feed document into the editor.
  2. Click Validate: The tool checks for required fields (version, title, items), validates data types, and lists any missing recommended fields.
  3. Review the report: Fix any errors or warnings, then re-validate until your feed passes all checks.

Frequently Asked Questions

What version of the JSON Feed spec is supported?

The validator checks against JSON Feed version 1.1, the latest specification. It validates required fields, type correctness, and warns about recommended fields like content_text and content_html.

Is this tool safe?

Yes. All processing happens 100% client-side in your browser. Nothing is uploaded to any server.

Is this tool free?

Yes, completely free with no usage limits or registration required.

Real-World Examples

A blogger switching from WordPress to a static site generator can validate the new site's JSON Feed before submitting it to feed directories. The validator catches missing required fields early, ensuring the feed is accepted by popular readers like NetNewsWire, Feedly, and Reeder.

Related Tools