Skip to content
Merged
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
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
<h1>json 2 case class</h1>
<p></p>

<p>This software is design to generate <strong>Scala case class</strong> from some <strong>json</strong>.</p>
<p>The basic idea to start the developement is to allow fast API integration, and forget boring time of case class mapping when using it for serialization/deserialization propose.</p>
<p id="about">This soft i on the GPLv3 licence and was created by the <a href="http://www.clever-cloud.com">Clever Cloud</a> team (awesome PaaS service allowing scala running fast) for internal needs.</p>
<p>This software is designed to generate <strong>Scala case classes</strong> from some <strong>json</strong>.</p>
<p>The basic idea is to allow fast API integration by generating case classes modelling API responses (useful with serialization / deserialization)</p>
<p id="about">This soft is licensed under GPLv3 and was created by the <a href="http://www.clever-cloud.com">Clever Cloud</a> team (awesome PaaS service featuring high-performance scala hosting) for internal needs.</p>

<button type="button" id="test_button" class="btn btn-primary"><i class="icon-legal"></i> Test it with some twitter datas</button>
<button type="button" id="test_button" class="btn btn-primary"><i class="icon-legal"></i> Test it with some twitter data</button>
</div>
<div class="span3">
<h3><i class="icon-share"></i> Share the good news</h3>
Expand Down