In particular because the following code decodes into an `StdObject` instead of an assoc array by default: ``` php json_decode('{"name": "value"}'); ```