Converters
Paste the raw XML of an RSS or Atom feed and get structured JSON back — items, attributes, and all.
Parsing runs locally in your browser. Nothing is uploaded, logged, or stored.
The feed is parsed as XML and mapped to JSON: channel and item elements become objects, repeated <item> siblings become an array, and attributes (common in Atom feeds, e.g. <link href="..."/>) are preserved as @name keys. Text content stays under the element name, and CDATA blocks are unwrapped automatically.
Both RSS 2.0 and Atom 1.0 documents convert — the mapping is structural, so any feed shape works. For general-purpose XML payloads use the XML to JSON converter, and explore the result with the JSON Viewer.
Paste your blog's feed and grab the JSON shape you need for a quick frontend widget — no backend proxy required.
Verify that the RSS your CMS emits parses cleanly and carries the fields your aggregator expects.
Convert XML to JSON with support for nested elements, attributes, arrays, CDATA, and text nodes.
Convert JSON to well-formed XML with objects, arrays, nested structures, and custom root elements.
Convert JSON to clean, readable YAML — ideal for config files, Kubernetes manifests, and CI pipelines.
Convert YAML to JSON with full support for nesting, lists, and scalar types.
Looking for something else? Browse all tools