Alldocs

Convert JSON (Pandoc)
to OPML

Looking for a free text converter? Look no more, upload your Pandoc JSON files and convert them to OPML files. Yes, it’s that easy.

Converting from Pandoc JSON

This free online converter is based on Pandoc, a command-line tool that is capable of converting nearly any text format to any other text format. Under the hood Pandoc converts text formats to an abstract tree. Pandoc uses the abstract tree to generate your desired format. That abstract tree can be stored as JSON, so that’s what we do here. Not sure why anybody would want a JSON file with a Pandoc AST, but probably you just need any JSON (JavaScript object notation) represenation. Try Pandoc JSON, it’s good to parse in any language. Hope that helps! At least it’s free.

The files end with .json by default.

More about Pandoc JSON files

Converting to OPML

The Outline Processor Markup Language (OPML) is an XML format for outlines, that is mostly used to exchange lists of web feeds between web feed aggregrators. It uses the RFC 822 date format, which is considered obsolete. Fans of the RFC 822 date think it’s a good idea to have only two digits to represent a year. But I have no idea if they were born 1900 or 2000 or if they’ve ever heard of the much cooler RFC 3339. Or how they would call it: RF 39. Anyway. You’re here because you want to use this format. Or you have to. My condolences.

The files end with .xml by default. More about OPML files