Basho\Riak\Command\Builder\StoreObject::withDecodeAsAssociative PHP Method

withDecodeAsAssociative() public method

Only works if the fetched object type is JSON.
    public function withDecodeAsAssociative()
    {
        $this->decodeAsAssociative = true;
        return $this;
    }