This package provides JSON handling for mintware-de/data-model-mapper
$ composer require mintware-de/dmm-json
<?php
use Mintware\DMM\ObjectMapper;
use MintWare\DMM\Serializer\JsonSerializer;
$mapper = new ObjectMapper(new JsonSerializer());
For more usage tips check the documentation
$ phpunit
Feel free to fork, contribute and create pull requests