diff --git a/JSONStream.php b/JSONStream.php index 089eaf5..6d7f5c1 100644 --- a/JSONStream.php +++ b/JSONStream.php @@ -127,7 +127,7 @@ class JSONStream $v = $this->readToken(); } while (count($this->in) > $n); $value = $v; - return ($this->in[count($this->in)-1][0] == 1); + return true; } public function unreadBuffer()