Webmozart\Json\JsonDecoder::getObjectDecoding PHP Method

getObjectDecoding() public method

Returns the decoding of JSON objects.
public getObjectDecoding ( ) : integer
return integer One of the constants {@link JSON_OBJECT} and {@link ASSOC_ARRAY}
    public function getObjectDecoding()
    {
        return $this->objectDecoding;
    }