This would allow purdy to re-compute references when transmitting JSON output.
- Useful for minimizing data transmitted to the FrontEnd applications.
- Relationships that are
one-to-many and/or many-to-many would refer to the same object.
As of now, purdy handles circular references many-to-many so it would need to be extended to also handle one-to-many relations.
Docs...
This would allow
purdyto re-compute references when transmitting JSON output.one-to-manyand/ormany-to-manywould refer to the same object.As of now,
purdyhandles circular referencesmany-to-manyso it would need to be extended to also handleone-to-manyrelations.Docs...