Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,10 @@ <h2 id="transformation">Transformation</h2>
<a href="http://www.bramstein.com/projects/xsltjson/" title="XSLTJSON: Transforming XML to JSON using XSLT - bramstein.com">XSLTJSON</a>: transforming XML to JSON using XSLT
</li>
<li>
<a href="http://jsontoxml.codebeautify.org/" title="Convert JSON to XML">Xml to JSON</a>: Converting XML to JSON
<a href="http://codebeautify.org/xmltojson" title="Convert XML to JSON">XML to JSON</a>: Converting XML to JSON
</li>
<li>
<a href="http://codebeautify.org/xmltojson" title="Convert JSON to XML">JSON to XML</a>: Converting JSON to XML
</li>
</ul>

Expand Down Expand Up @@ -195,7 +198,10 @@ <h2 id="schema-validator">Schema and validation</h2>
<a href="http://jsoneditor.appspot.com/" title="Web application powered by LINB framework">JSON Editor</a>
</li>
<li>
<a href="http://jsonviewer.codebeautify.org/" title="Json Viewer and Editor with Image View functionality">JSON Viewer/Editor</a>:With image view functionality
<a href="http://codebeautify.org/jsonviewer" title="Json Viewer and Editor with Image View functionality">JSON Viewer/Editor</a>:With image view functionality
</li>
<li>
<a href="http://codebeautify.org/jsonvalidate" title="JSON Validator">JSON Validator</a>
</li>
</ul>

Expand Down