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

Breadcrumb

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

JsonDecode::$defaultContext

Type: defaultContext

File

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

Class

JsonDecode
Decodes JSON data.

Namespace

Symfony\Component\Serializer\Encoder

Code

private array $defaultContext = [
    self::ASSOCIATIVE => false,
    self::DETAILED_ERROR_MESSAGES => false,
    self::OPTIONS => 0,
    self::RECURSION_DEPTH => 512,
];
RSS feed
Powered by Drupal