Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fge committed Mar 23, 2013
1 parent e6448bb commit c385bb0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Expand Up @@ -6,14 +6,16 @@
<li><a href="https://github.com/fge/json-schema-core">json-schema-core</a>;</li>
<li><a href="https://github.com/fge/json-schema-validator">json-schema-validator</a>;</li>
<li><a href="https://github.com/reinert/JJSchema">JJSchema</a>;</li>
<li><a href="https://github.com/joelittlejohn/jsonschema2pojo">jsonschema2pojo</a>.</li>
<li><a href="https://github.com/joelittlejohn/jsonschema2pojo">jsonschema2pojo</a>;</li>
<li><a href="https://github.com/fge/json-patch">json-patch</a>;</li>
<li><a href="https://github.com/fge/json-schema-avro">json-schema-avro</a>.</li>
</ul>

<p>This application is available <a href="http://json-schema-validator.herokuapp.com">here</a>.</p>

<h2>Demo pages</h2>

<p>All processors written for this site are gathered into a single package: <a
<p>All processors written for this site are gathered together in a single package: <a
href="https://github.com/fge/json-schema-processor-examples">json-schema-processor-examples</a>.
Right now, the following pages exist:</p>

Expand All @@ -25,7 +27,12 @@ Right now, the following pages exist:</p>
<li>generation of a JSON Schema from a Java source file (<a
href="http://json-schema-validator.herokuapp.com/jjschema.jsp">link</a>);</li>
<li>generation of a Java source file form a JSON Schema (<a
href="http://json-schema-validator.herokuapp.com/schema2pojo.jsp">link</a>).</li>
href="http://json-schema-validator.herokuapp.com/schema2pojo.jsp">link</a>);</li>
<li>JSON Patch (<a
href="http://json-schema-validator.herokuapp.com/jsonpatch.jsp">link</a>);</li>
<li>conversion of an Avro schema to a JSON Schema (<a
href="http://json-schema-validator.herokuapp.com/avro.jsp">link</a>);</li>

</ul>

<h2>Running the application locally</h2>
Expand Down

0 comments on commit c385bb0

Please sign in to comment.