nilportugues / php-json-api

JSON API transformer outputting valid (PSR-7) API Responses.
http://nilportugues.com
MIT License
71 stars 35 forks source link

Deeply nested array of objects #86

Closed The-Don-Himself closed 7 years ago

The-Don-Himself commented 7 years ago

Currently travelling but will give proper example when back home on PC.

Basically, post with many comments is ok but post with many comments each with many replies fails.

aydot commented 7 years ago

@The-Don-Himself did you figure this out?

The-Don-Himself commented 7 years ago

@aydot

Yes, but you will not like the answer. This library fails at complex setups, you will have to use https://github.com/thephpleague/fractal.

It requires more setup and code but it hasnt let me down yet.