You are here

private property JsonDecode::$associative in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/serializer/Encoder/JsonDecode.php \Symfony\Component\Serializer\Encoder\JsonDecode::associative

Specifies if the returned result should be an associative array or a nested stdClass object hierarchy.

Type: bool

File

vendor/symfony/serializer/Encoder/JsonDecode.php, line 28

Class

JsonDecode
Decodes JSON data.

Namespace

Symfony\Component\Serializer\Encoder

Code

private $associative;