{
"type": "object",
"value": "Symfony\\Component\\HttpFoundation\\JsonResponse",
"depth": 1,
"extraData": {
"internalId": "374",
"propertiesCount": "9"
},
"children": [
{
"type": "object",
"value": "Symfony\\Component\\HttpFoundation\\ResponseHeaderBag",
"depth": 2,
"extraData": {
"internalId": "458",
"propertiesCount": "5",
"propertyName": "\"headers\""
},
"children": [
{
"type": "array",
"value": "3",
"depth": 3,
"extraData": {
"propertyName": "\"headers\":protected"
},
"children": [
{
"type": "array",
"value": "1",
"depth": 4,
"extraData": {
"propertyName": "\"cache-control\""
},
"children": [
{
"type": "string",
"value": "no-cache, private",
"depth": 5,
"extraData": {
"length": 17,
"propertyName": "0"
},
"children": []
}
]
},
{
"type": "array",
"value": "1",
"depth": 4,
"extraData": {
"propertyName": "\"date\""
},
"children": [
{
"type": "string",
"value": "Thu, 14 Jul 2022 17:39:42 GMT",
"depth": 5,
"extraData": {
"length": 29,
"propertyName": "0"
},
"children": []
}
]
},
{
"type": "array",
"value": "1",
"depth": 4,
"extraData": {
"propertyName": "\"content-type\""
},
"children": [
{
"type": "string",
"value": "application\/json",
"depth": 5,
"extraData": {
"length": 16,
"propertyName": "0"
},
"children": []
}
]
}
]
},
{
"type": "array",
"value": "0",
"depth": 3,
"extraData": {
"propertyName": "\"cacheControl\":protected"
},
"children": []
},
{
"type": "array",
"value": "2",
"depth": 3,
"extraData": {
"propertyName": "\"computedCacheControl\":protected"
},
"children": [
{
"type": "bool",
"value": "true",
"depth": 4,
"extraData": {
"propertyName": "\"no-cache\""
},
"children": []
},
{
"type": "bool",
"value": "true",
"depth": 4,
"extraData": {
"propertyName": "\"private\""
},
"children": []
}
]
},
{
"type": "array",
"value": "0",
"depth": 3,
"extraData": {
"propertyName": "\"cookies\":protected"
},
"children": []
},
{
"type": "array",
"value": "3",
"depth": 3,
"extraData": {
"propertyName": "\"headerNames\":protected"
},
"children": [
{
"type": "string",
"value": "Cache-Control",
"depth": 4,
"extraData": {
"length": 13,
"propertyName": "\"cache-control\""
},
"children": []
},
{
"type": "string",
"value": "Date",
"depth": 4,
"extraData": {
"length": 4,
"propertyName": "\"date\""
},
"children": []
},
{
"type": "string",
"value": "Content-Type",
"depth": 4,
"extraData": {
"length": 12,
"propertyName": "\"content-type\""
},
"children": []
}
]
}
]
},
{
"type": "string",
"value": "\"Hello !\"",
"depth": 2,
"extraData": {
"length": 9,
"propertyName": "\"content\":protected"
},
"children": []
},
{
"type": "string",
"value": "1.0",
"depth": 2,
"extraData": {
"length": 3,
"propertyName": "\"version\":protected"
},
"children": []
},
{
"type": "int",
"value": "200",
"depth": 2,
"extraData": {
"propertyName": "\"statusCode\":protected"
},
"children": []
},
{
"type": "string",
"value": "OK",
"depth": 2,
"extraData": {
"length": 2,
"propertyName": "\"statusText\":protected"
},
"children": []
},
{
"type": "NULL",
"value": null,
"depth": 2,
"extraData": {
"propertyName": "\"charset\":protected"
},
"children": []
},
{
"type": "string",
"value": "\"Hello !\"",
"depth": 2,
"extraData": {
"length": 9,
"propertyName": "\"data\":protected"
},
"children": []
},
{
"type": "NULL",
"value": null,
"depth": 2,
"extraData": {
"propertyName": "\"callback\":protected"
},
"children": []
},
{
"type": "int",
"value": "15",
"depth": 2,
"extraData": {
"propertyName": "\"encodingOptions\":protected"
},
"children": []
}
]
}
<?xml version="1.0"?>
<response>
<type>object</type>
<value>Symfony\Component\HttpFoundation\JsonResponse</value>
<depth>1</depth>
<extraData>
<internalId>374</internalId>
<propertiesCount>9</propertiesCount>
</extraData>
<children>
<type>object</type>
<value>Symfony\Component\HttpFoundation\ResponseHeaderBag</value>
<depth>2</depth>
<extraData>
<internalId>458</internalId>
<propertiesCount>5</propertiesCount>
<propertyName>"headers"</propertyName>
</extraData>
<children>
<type>array</type>
<value>3</value>
<depth>3</depth>
<extraData>
<propertyName>"headers":protected</propertyName>
</extraData>
<children>
<type>array</type>
<value>1</value>
<depth>4</depth>
<extraData>
<propertyName>"cache-control"</propertyName>
</extraData>
<children>
<type>string</type>
<value>no-cache, private</value>
<depth>5</depth>
<extraData>
<length>17</length>
<propertyName>0</propertyName>
</extraData>
<children/>
</children>
</children>
<children>
<type>array</type>
<value>1</value>
<depth>4</depth>
<extraData>
<propertyName>"date"</propertyName>
</extraData>
<children>
<type>string</type>
<value>Thu, 14 Jul 2022 17:39:42 GMT</value>
<depth>5</depth>
<extraData>
<length>29</length>
<propertyName>0</propertyName>
</extraData>
<children/>
</children>
</children>
<children>
<type>array</type>
<value>1</value>
<depth>4</depth>
<extraData>
<propertyName>"content-type"</propertyName>
</extraData>
<children>
<type>string</type>
<value>application/json</value>
<depth>5</depth>
<extraData>
<length>16</length>
<propertyName>0</propertyName>
</extraData>
<children/>
</children>
</children>
</children>
<children>
<type>array</type>
<value>0</value>
<depth>3</depth>
<extraData>
<propertyName>"cacheControl":protected</propertyName>
</extraData>
<children/>
</children>
<children>
<type>array</type>
<value>2</value>
<depth>3</depth>
<extraData>
<propertyName>"computedCacheControl":protected</propertyName>
</extraData>
<children>
<type>bool</type>
<value>true</value>
<depth>4</depth>
<extraData>
<propertyName>"no-cache"</propertyName>
</extraData>
<children/>
</children>
<children>
<type>bool</type>
<value>true</value>
<depth>4</depth>
<extraData>
<propertyName>"private"</propertyName>
</extraData>
<children/>
</children>
</children>
<children>
<type>array</type>
<value>0</value>
<depth>3</depth>
<extraData>
<propertyName>"cookies":protected</propertyName>
</extraData>
<children/>
</children>
<children>
<type>array</type>
<value>3</value>
<depth>3</depth>
<extraData>
<propertyName>"headerNames":protected</propertyName>
</extraData>
<children>
<type>string</type>
<value>Cache-Control</value>
<depth>4</depth>
<extraData>
<length>13</length>
<propertyName>"cache-control"</propertyName>
</extraData>
<children/>
</children>
<children>
<type>string</type>
<value>Date</value>
<depth>4</depth>
<extraData>
<length>4</length>
<propertyName>"date"</propertyName>
</extraData>
<children/>
</children>
<children>
<type>string</type>
<value>Content-Type</value>
<depth>4</depth>
<extraData>
<length>12</length>
<propertyName>"content-type"</propertyName>
</extraData>
<children/>
</children>
</children>
</children>
<children>
<type>string</type>
<value>"Hello !"</value>
<depth>2</depth>
<extraData>
<length>9</length>
<propertyName>"content":protected</propertyName>
</extraData>
<children/>
</children>
<children>
<type>string</type>
<value>1.0</value>
<depth>2</depth>
<extraData>
<length>3</length>
<propertyName>"version":protected</propertyName>
</extraData>
<children/>
</children>
<children>
<type>int</type>
<value>200</value>
<depth>2</depth>
<extraData>
<propertyName>"statusCode":protected</propertyName>
</extraData>
<children/>
</children>
<children>
<type>string</type>
<value>OK</value>
<depth>2</depth>
<extraData>
<length>2</length>
<propertyName>"statusText":protected</propertyName>
</extraData>
<children/>
</children>
<children>
<type>NULL</type>
<value/>
<depth>2</depth>
<extraData>
<propertyName>"charset":protected</propertyName>
</extraData>
<children/>
</children>
<children>
<type>string</type>
<value>"Hello !"</value>
<depth>2</depth>
<extraData>
<length>9</length>
<propertyName>"data":protected</propertyName>
</extraData>
<children/>
</children>
<children>
<type>NULL</type>
<value/>
<depth>2</depth>
<extraData>
<propertyName>"callback":protected</propertyName>
</extraData>
<children/>
</children>
<children>
<type>int</type>
<value>15</value>
<depth>2</depth>
<extraData>
<propertyName>"encodingOptions":protected</propertyName>
</extraData>
<children/>
</children>
</response>