Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. JsonDecode.php

JsonDecode::ASSOCIATIVE

True to return the result as an associative array, false for a nested stdClass hierarchy.

File

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

Class

JsonDecode
Decodes JSON data.

Namespace

Symfony\Component\Serializer\Encoder

Code

public const ASSOCIATIVE = 'json_decode_associative';
RSS feed
Powered by Drupal