JsonMapper
JsonMapper copied to clipboard
Map nested JSON structures to PHP classes
**Describe the bug** JsonMapper does not throw an exception if the source JSON is incomplete and the property in the target class is not marked as nullable. Accessing the property...
**Is your feature request related to a problem? Please describe.** JsonMapper could benefit from mapping objects with a constructor that requires parameters. If these map one to one with the...
**Describe the bug** Namespace resolving is unable to resolve when using partial use combined with nested namespace in PHPdoc **To Reproduce** Assume following code ```php
**Is your feature request related to a problem? Please describe.** JsonMapper has some time penalty due the the use of the middleware chain. This becomes more clear when trying to...
**Is your feature request related to a problem? Please describe.** In order to enable object construction on a top level the result needs to be able to be passed back....
I'm not sure if it's a PHPStorm thing, but in PHPStorm it's possible to declare a multidimensional array as ```string[][]```. This syntax is not supported by JsonMapper, instead I have...
**Is your feature request related to a problem? Please describe.** Given the psalm annotations are starting become more and more common it should be possible for JsonMapper to support those...
As I want JsonMapper to support as many use case as possible I invite you to add a new middleware covering a use case we have missed. Due to the...