Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trickl authored Mar 25, 2019
1 parent 5a3ddcb commit 6b06547
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
# Trickl AssertJ JSON Serialize

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.trickl/assertj-json-serialize/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.trickl/assertj-json-serialize)
[![build_status](https://travis-ci.com/trickl/assertj-json-serialize.svg?branch=master)](https://travis-ci.com/trickl/assertj-json-serialize)
[![Maintainability](https://api.codeclimate.com/v1/badges/1c360892853bbf2a61d5/maintainability)](https://codeclimate.com/github/trickl/assertj-json-serialize/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/1c360892853bbf2a61d5/test_coverage)](https://codeclimate.com/github/trickl/assertj-json-serialize/test_coverage)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

AssertJ fluent assertions for the serialization and deserialization of POJOs into JSON.

### Prerequisites
Installation
============

To install from Maven Central:

Requires Maven and a Java 8 compiler installed on your system.
```xml
<dependency>
<groupId>com.github.trickl</groupId>
<artifactId>assertj-json-serialize</artifactId>
<version>0.1.0</version>
</dependency>
```

## Example

Expand Down

0 comments on commit 6b06547

Please sign in to comment.