diff --git a/src/Ary.php b/src/Ary.php index 66f4ab1..a52b1c4 100644 --- a/src/Ary.php +++ b/src/Ary.php @@ -146,7 +146,7 @@ class Ary implements ArrayAccess, Countable, IteratorAggregate, JsonSerializable */ public function jsonSerialize() { - return $this->jsonSerialize(); + return json_encode($this->items); } /**