An open API service indexing awesome lists of open source software.

https://github.com/tsundberg/dropwizard-complex-json-transformer

An example showing a broken logging
https://github.com/tsundberg/dropwizard-complex-json-transformer

Last synced: 4 months ago
JSON representation

An example showing a broken logging

Awesome Lists containing this project

README

        

# An example showing Java to json transformation

A flat Java object is easy to transform to json.

A java object that has a list of similar object is also easy to transform. Even when the list has entries.

## Build

Build with

```
mvn clean install
```

## Run with

```
java -jar target/hitta-arbetsgivare-3.0.jar server
```