Alldocs

Convert JSON (Pandoc)
to AsciiDoc

Looking for a free text converter? Look no more, upload your Pandoc JSON files and convert them to AsciiDoc 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 AsciiDoc

AsciiDoc is like the older brother of Markdown. It’s human-readable without any special tools. It’s like DocBook XML, but based on plain-text mark-up (instead of XML). Add an = in front of a line to mark it as headline. It’s easy like that. Wondering who uses this text format? Wikipedia states that the Git documentation is written in AsciiDoc. I’m not Wikipedia or near as clever, but you landed here and chances are high that you are in the club of people using AsciiDoc. Or maybe you just have to use this format. No matter what, just upload the file and convert it to any other format. Hope it helps!

The files end with .asciidoc by default. More about AsciiDoc files