json_example
json_example copied to clipboard
Technical typo in the blog article
Hi, Thanks for the very helpful blog article and example code!
Just a little note - this might confuse people:
On https://usetypo3.com/json-view.html under "More complex objects" you have a list like:
- The array keys are the value names
- '_exclude': Array of gettable properties to be excluded
- '_only': Array of gettable properties to render
- '_descentAll': If a value is an array or an objectStorage the configuration inside a '_descentAll' will be applied to all containing items.
- '_descent': A property containing an array, an object or an objectStorage will be rendered with the containing configuration. Therefore - theoretically - infinitely nested structures can be configured.
The technical keywords are misspelled - should be '_descend' and '_descendAll'.
cheers!
Leonie