JSONCodegen
Norg.Codegen.JSONCodegen — ModulePandoc AST code generation. The best reference of Pandoc's AST I could find is here
The code generated consists in OrderedDicts from OrderedCollections.jl that follow the Pandoc JSON AST API. You can then export using e.g. JSON.jl.
Norg.Codegen.JSONCodegen.JSONLocationTarget — TypeA special target for link location, this ensure type-stability.
Norg.Codegen.JSONCodegen.JSONTarget — TypeJSON target to feed codegen.
You can specify a pandoc api version, but this only changes the version number announced in the generated output.