PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Julian Finkler   JSON Object Mapper   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: JSON Object Mapper
Create objects of classes mapped from JSON strings
Author: By
Last change: Documentation link fixed
Add support for multiple `@JsonField` annotations

- docs created
- changelog added
Merge pull request #6 from mintware-de/v1.1

preTransform and postTransform in objectToJson reversed
Date: 6 years ago
Size: 968 bytes
 

Contents

Class file image Download

Travis Packagist GitHub license Packagist

JOM - JSON Object Mapper

JOM is a powerful object mapper which maps JSON Data into PHP objects.

Installation

You can install this library using composer

$ composer require mintware-de/json-object-mapper

Usage

Check out the documentation

Testing

$ phpunit

Contribute

Feel free to fork, contribute and create pull requests