You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to json-...@googlegroups.com
Hi,
Is there a tool available that can convert a JSON schema into a HTML/PDF document? I have some REST APIs that are expressed in JSON Schema and I would like to see if I can have a HTML/PDF document of the same.
Thanks!
Justin Halsall
unread,
Jul 28, 2014, 7:41:18 AM7/28/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to json-...@googlegroups.com
Hi Vivek,
I use PRMD to generate beautiful docs from JSON (Hyper) Schema.
These docs are generated in markdown and then I use Assemble to convert markdown to HTML.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to json-...@googlegroups.com
Hi Vivek,
on Windows you can use XML ValidatorBuddy (available at http://www.xml-buddy.com - I'm the author of the tool) to generate HTML documentation from your JSON Schema. There is also a public stylesheet (XSL) already available at https://github.com/Clemens-U/JSONSchemaDocStylesheet to generate HTML from JSON Schema (the basic approach is to take an XML conversion of the JSON and to apply a stylesheet).
Simply assign the stylesheet to your JSON Schema within the tool and start the XSL transformation. Of course you can modify the stylesheet to fit your needs.