D25855
D25855
JSON rendering: Avoid exception iterating on non-iterable objects
Author: aklapper
Reviewers: O1: Blessed Committers, valerio.bozzolan
Summary: Check for `is_iterable($object)` (available since PHP 7.1) to avoid an exception calling `foreach` on `$object` in theā¦