| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <title>JSON-B Reference Implementation Home</title> |
| <meta name="description" content="JSON-B Reference Implementation."> |
| <meta name="author" content="EclipseLink"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet"> |
| <link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"> |
| <link href="../css/bootstrap-customizations.css" rel="stylesheet"> |
| </head> |
| <body> |
| <div class="container marketing"> |
| |
| <div class="page-header"> |
| <h1>JSON-B Reference Implementation</h1> |
| </div> |
| <p>Welcome to JSON-B RI home page! JSON-B is a standard describing a binding layer for converting Java objects to and from JSON documents. JSON Binding reference implementation is hosted in EclipseLink repository.</p> |
| |
| <h2>How to build</h2> |
| <ol> |
| <li> |
| <p>Clone eclipselink repository</p> |
| <p class="breadcrumb">git clone http://git.eclipse.org/gitroot/www.eclipse.org/eclipselink.git .</p> |
| </li> |
| <li> |
| <p>Switch to jsonb folder</p> |
| <p class="breadcrumb">cd jsonb</p> |
| </li> |
| <li> |
| <p>On Mac or Linux:</p> |
| <p class="breadcrumb">./gradlew</p> |
| <p>On Windows:</p> |
| <p class="breadcrumb">gradlew.bat</p> |
| </li> |
| </ol> |
| |
| <h2>Releases</h2> |
| <p>No releases have been published yet.</p> |
| |
| <h2>Links</h2> |
| <p><a href="https://www.jcp.org/en/jsr/detail?id=367">JSR-367 page</a></p> |
| <p><a href="https://java.net/projects/jsonb-spec">JSON-B Specification Project</a></p> |
| <p><a href="https://java.net/projects/jsonb-spec/sources/git/content/spec/spec.pdf">The latest version of JSON-B spec</a></p> |
| <p><a href="https://github.com/eclipse/eclipselink.runtime/tree/master/jsonb">EclipseLink repository GitHub mirror</a></p> |
| |
| <hr> |
| |
| <!-- FOOTER --> |
| <footer> |
| <p>© 2015 The Eclipse Foundation. All Rights Reserved. · <a href="http://www.eclipse.org/legal/privacy.php">Privacy</a> · <a href="http://www.eclipse.org/legal/termsofuse.php">Terms</a></p> |
| </footer> |
| |
| </div><!-- /.container --> |
| </body> |
| </html> |